diff options
author | Stan Hu <stanhu@gmail.com> | 2017-10-06 18:04:21 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-10-06 18:04:21 +0000 |
commit | 2cf5dca8f80cdefeb8932bf80417f52f289668c8 (patch) | |
tree | f581a84321dc8bb8e7d5b5e6769bb2b4e0a97856 /spec | |
parent | 10e3342a06e3f90cacaed6b44c3b205df678fc02 (diff) | |
parent | cf62c96adcfc82764c831ce90a7752e44263c601 (diff) | |
download | gitlab-ce-2cf5dca8f80cdefeb8932bf80417f52f289668c8.tar.gz |
Merge branch '38872-fix-rspec-flaky-spec' into 'master'
Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec
Closes #38872
See merge request gitlab-org/gitlab-ce!14736
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/rspec_flaky/listener_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/lib/rspec_flaky/listener_spec.rb b/spec/lib/rspec_flaky/listener_spec.rb index 7590ea9576d..bfb7648b486 100644 --- a/spec/lib/rspec_flaky/listener_spec.rb +++ b/spec/lib/rspec_flaky/listener_spec.rb @@ -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 |