Commit e1f05dab authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'quarantine-project-template-spec-instance-master-failure' into 'master'

Quarantine project_templates_spec.rb Instance test

See merge request gitlab-org/gitlab!46169
parents 1c7d613d 0c15f674
......@@ -67,7 +67,12 @@ module QA
end
end
context 'instance level', :requires_admin, quarantine: { only: { subdomain: :staging }, issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/228624' } do
# This was originally quarantined only on staging
# against the issue https://gitlab.com/gitlab-org/gitlab/-/issues/228624
# Now quarantining against a new issue due to failures on master
# If dequarantining, the original staging quarantine should be reverted
# if still applicable.
context 'instance level', :requires_admin, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/247874', type: :bug } do
before do
Flow::Login.sign_in_as_admin
......
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