Commit 823106e6 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-shl-replace-rspec-meta-from-export-file-download-spec' into 'master'

Remove from quarantine and add skip_live_env meta

See merge request gitlab-org/gitlab!58734
parents 0d181cd8 8c398edf
......@@ -83,7 +83,7 @@ module QA
it_behaves_like 'audit event', ["Changed visibility from Public to Private"]
end
context "Export file download", testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1127', quarantine: { only: { pipeline: [:staging, :canary, :production] }, issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/296212', type: :bug } do
context "Export file download", :skip_live_env, testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1127' do
before do
QA::Support::Retrier.retry_until do
project = Resource::Project.fabricate_via_api! do |project|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment