Commit 81d26eb5 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'quarantine-flaky-spec' into 'master'

Quarantine a flaky test

See merge request gitlab-org/gitlab!46147
parents 480aed65 0f7a83d9
......@@ -304,7 +304,7 @@ RSpec.describe 'User comments on a diff', :js do
wait_for_requests
end
it 'suggestion is presented' do
it 'suggestion is presented', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/268240' do
page.within('.diff-discussions') do
expect(page).to have_button('Apply suggestion')
expect(page).to have_content('Suggested change')
......
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