Skip to content
Snippets Groups Projects

Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec

Merged username-removed-128633 requested to merge 38872-fix-rspec-flaky-spec into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -45,6 +45,7 @@ describe RspecFlaky::Listener, :aggregate_failures do
# Stub these env variables otherwise specs don't behave the same on the CI
stub_env('CI_PROJECT_URL', nil)
stub_env('CI_JOB_ID', nil)
stub_env('SUITE_FLAKY_RSPEC_REPORT_PATH', nil)
end
describe '#initialize' do
Loading