Commit 3394e0e1 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch...

Merge branch '337477-spec-failure-in-spec-features-merge_request-user_sees_diff_spec-rb-merge-request-user-sees' into 'master'

Quarantine a flaky test

See merge request gitlab-org/gitlab!81434
parents ba577ba4 f9bdd9c1
......@@ -69,7 +69,7 @@ RSpec.describe 'Merge request > User sees diff', :js do
end
context 'as user who needs to fork' do
it 'shows fork/cancel confirmation', :sidekiq_might_not_need_inline do
it 'shows fork/cancel confirmation', :sidekiq_might_not_need_inline, quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/337477' do
sign_in(user)
visit diffs_project_merge_request_path(project, merge_request)
......
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