Commit 84ee3713 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 're-343006-quarantine-user-assigns-self-spec' into 'master'

Quarantine flaky user assigns self spec

See merge request gitlab-org/gitlab!73355
parents 30a87139 2cadc743
......@@ -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