Commit 6c7c61ee authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'acunskis-correctly-pass-quarantine' into 'master'

E2E: Pass multiple quarantine contexts correctly

See merge request gitlab-org/gitlab!79102
parents 6d809ce1 b7ceb0ea
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module QA module QA
RSpec.shared_context 'with gitlab project migration', quarantine: { RSpec.shared_context 'with gitlab project migration', quarantine: {
only: { job: 'praefect', subdomain: :staging }, only: [{ job: 'praefect' }, { subdomain: :staging }],
type: :investigating, type: :investigating,
issue: [ issue: [
'https://gitlab.com/gitlab-org/gitlab/-/issues/348999', 'https://gitlab.com/gitlab-org/gitlab/-/issues/348999',
......
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