diff --git a/ee/spec/features/work_items/epics/epics_list_spec.rb b/ee/spec/features/work_items/epics/epics_list_spec.rb index dc40b1c42f79743838a3cf3d859fee390371cd50..a4f26d078c818185b2ae2549b234b9bc66dc178b 100644 --- a/ee/spec/features/work_items/epics/epics_list_spec.rb +++ b/ee/spec/features/work_items/epics/epics_list_spec.rb @@ -169,7 +169,8 @@ end end - it 'applies label to multiple epics from bulk editing sidebar', :aggregate_failures do + it 'applies label to multiple epics from bulk editing sidebar', :aggregate_failures, + quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/556089' do # TODO: remove threshold after epic-work item sync # issue: https://gitlab.com/gitlab-org/gitlab/-/issues/438295 allow(Gitlab::QueryLimiting::Transaction).to receive(:threshold).and_return(175)