diff --git a/spec/features/work_items/list/user_interacts_with_drawer_spec.rb b/spec/features/work_items/list/user_interacts_with_drawer_spec.rb index 7cb4a977119ce2089ec7c1caf7c0577c990eeac5..fa6f8d5ac2dd919339f2a252e8b055b0876e1d4b 100644 --- a/spec/features/work_items/list/user_interacts_with_drawer_spec.rb +++ b/spec/features/work_items/list/user_interacts_with_drawer_spec.rb @@ -39,7 +39,8 @@ it_behaves_like 'work item drawer on the list page' - it 'updates start and due date on the list', :aggregate_failures do + it 'updates start and due date on the list', :aggregate_failures, + quarantine: 'https://gitlab.com/gitlab-org/quality/test-failure-issues/-/issues/4857' do within_testid('work-item-drawer') do within_testid 'work-item-due-dates' do click_button 'Edit'