Commit 2cadc743 authored by Mark Fletcher's avatar Mark Fletcher

Quarantine flaky user assigns self spec

See flaky test issue for further info:
- https://gitlab.com/gitlab-org/gitlab/-/issues/343006
parent d257c85b
......@@ -15,7 +15,7 @@ RSpec.describe 'Merge request > User assigns themselves' do
visit project_merge_request_path(project, merge_request)
end
it 'updates related issues', :js do
it 'updates related issues', :js, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/343006' do
click_link 'Assign yourself to these issues'
expect(page).to have_content '2 issues have been assigned to you'
......
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