Commit 635ed15f authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'quarantine-protected_tags_spec' into 'master'

Quarantine protected_tags_spec.rb spec

See merge request gitlab-org/gitlab-ee!9493
parents bb20b614 6d23023f
......@@ -72,7 +72,7 @@ RSpec.shared_examples "protected tags > access control > EE" do
expect(access_levels).to be_empty
end
it "prepends selected users that can create" do
it "prepends selected users that can create", :quarantine do
users = create_list(:user, 21)
users.each { |user| project.add_developer(user) }
......
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