Commit bd1e4e0a authored by Sean McGivern's avatar Sean McGivern

Merge branch '327439-quarantine-flaky-test' into 'master'

Quarantine a flaky test

See merge request gitlab-org/gitlab!60260
parents 78ffbe8f 6180b639
......@@ -131,7 +131,7 @@ RSpec.describe 'Merge request > User resolves diff notes and threads', :js do
expect(page).not_to have_selector('.diffs .diff-file .notes_holder')
end
it 'shows resolved thread when toggled' do
it 'shows resolved thread when toggled', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/327439' do
find('.diff-comment-avatar-holders').click
expect(find('.diffs .diff-file .notes_holder')).to be_visible
......
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