diff --git a/ee/spec/features/epic_boards/epic_boards_spec.rb b/ee/spec/features/epic_boards/epic_boards_spec.rb index 3677ddbe787d5c59f963f208e442690531004b00..dcd0e1e836f5a698e3f233e69a236fc74f52a8a3 100644 --- a/ee/spec/features/epic_boards/epic_boards_spec.rb +++ b/ee/spec/features/epic_boards/epic_boards_spec.rb @@ -95,7 +95,7 @@ expect(find('[data-testid="board-list"]:nth-child(3) .board-card')).to have_content(epic3.title) end - it 'moves to the bottom of another list' do + it 'moves to the bottom of another list', quarantine: 'https://gitlab.com/gitlab-org/quality/test-failure-issues/-/issues/3016' do expect(find_board_list(1)).to have_content(epic3.title) drag(list_from_index: 0, list_to_index: 1, to_index: 1)