Commit 19b2e8e7 authored by Jennifer Louie's avatar Jennifer Louie Committed by Mark Lapierre

Quarantine flaky Group SAML SSO spec

parent b24d7793
...@@ -60,7 +60,8 @@ module QA ...@@ -60,7 +60,8 @@ module QA
expect(page).to have_content("Test SAML SSO") expect(page).to have_content("Test SAML SSO")
end end
context 'Enforced SSO' do # Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/129
context 'Enforced SSO', :quarantine do
before do before do
Runtime::Feature.enable("enforced_sso") Runtime::Feature.enable("enforced_sso")
Runtime::Feature.enable("enforced_sso_requires_session") Runtime::Feature.enable("enforced_sso_requires_session")
......
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