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
This commit is contained in:
commit
2cf5dca8f8
1 changed files with 1 additions and 0 deletions
|
@ -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 these env variables otherwise specs don't behave the same on the CI
|
||||||
stub_env('CI_PROJECT_URL', nil)
|
stub_env('CI_PROJECT_URL', nil)
|
||||||
stub_env('CI_JOB_ID', nil)
|
stub_env('CI_JOB_ID', nil)
|
||||||
|
stub_env('SUITE_FLAKY_RSPEC_REPORT_PATH', nil)
|
||||||
end
|
end
|
||||||
|
|
||||||
describe '#initialize' do
|
describe '#initialize' do
|
||||||
|
|
Loading…
Reference in a new issue