Commit 7fafb45e authored by Mark Lapierre's avatar Mark Lapierre

Quarantine flaky test and remove from reliable

parent 333ae4e8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module QA module QA
# TODO: Remove :requires_admin when the `Runtime::Feature.enable` method call is removed # TODO: Remove :requires_admin when the `Runtime::Feature.enable` method call is removed
RSpec.describe 'Plan', :reliable, :requires_admin do RSpec.describe 'Plan', :requires_admin, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/345076', type: :flaky } do
describe 'Editing scoped labels on issues' do describe 'Editing scoped labels on issues' do
let(:initial_label) { 'animal::fox' } let(:initial_label) { 'animal::fox' }
let(:new_label_same_scope) { 'animal::dolphin' } let(:new_label_same_scope) { 'animal::dolphin' }
......
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