Commit bf551efc authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-quarantine-flaky-saml-access-spec' into 'master'

Quarantine flaky SAML SSO Access spec

See merge request gitlab-org/gitlab!26435
parents 49e8c80f e4fbbfc3
...@@ -30,7 +30,7 @@ module QA ...@@ -30,7 +30,7 @@ module QA
Page::Main::Menu.perform(&:sign_out_if_signed_in) Page::Main::Menu.perform(&:sign_out_if_signed_in)
end end
context 'Access' do context 'Access', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/205455', type: :flaky } do
let(:project) do let(:project) do
Resource::Project.fabricate! do |project| Resource::Project.fabricate! do |project|
project.name = 'project-in-saml-enforced-group-for-access-test' project.name = 'project-in-saml-enforced-group-for-access-test'
...@@ -91,7 +91,7 @@ module QA ...@@ -91,7 +91,7 @@ module QA
end end
after(:all) do after(:all) do
@group.remove_member(@owner_user) @group.remove_member(@owner_user) if @owner_user
end end
it_behaves_like 'user access' do it_behaves_like 'user access' do
......
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