Commit 6d23023f authored by Luke Bennett's avatar Luke Bennett

Quarantine access_control_spec.rb shared test

Quarantines a protected tags spec that
is causing transient failures that may
take some time to resolve.
parent c14903f7
......@@ -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