diff --git a/spec/features/boards/issue_ordering_spec.rb b/spec/features/boards/issue_ordering_spec.rb index 091619d12da3ad716c2177f5d0d173cc657d5e9b..33318967f0d6145ccb6ba90723b4d28656573095 100644 --- a/spec/features/boards/issue_ordering_spec.rb +++ b/spec/features/boards/issue_ordering_spec.rb @@ -80,7 +80,7 @@ expect(page).to have_selector('.board', count: 3) end - it 'moves from middle to top' do + it 'moves from middle to top', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/546385' do drag(from_index: 1, to_index: 0) wait_for_requests