Commit e8c502a7 authored by Sean McGivern's avatar Sean McGivern

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

Quarantine a flaky spec

See merge request gitlab-org/gitlab!35955
parents 273bed9e 4a400d37
......@@ -155,7 +155,7 @@ RSpec.describe 'User comments on a diff', :js do
end
end
it 'can apply multiple suggestions as a batch' do
it 'can apply multiple suggestions as a batch', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/224100' do
files.each_with_index do |file, index|
page.within("[id='#{file[:hash]}']") do
find("button[title='Show full file']").click
......
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