Quarantine spec on staging instead of skipping

parent e8822649
......@@ -65,8 +65,7 @@ module QA
end
end
# Skipping on staging due to: https://gitlab.com/gitlab-org/gitlab/-/issues/228624
context 'instance level', :requires_admin, :skip_live_env do
context 'instance level', :requires_admin, quarantine: { only: { subdomain: :staging }, issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/228624' } 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