Commit e25a78b9 authored by Phil Hughes's avatar Phil Hughes

Quarantine flaky test in user_suggests_changes_on_diff_spec

parent ece37e94
......@@ -97,7 +97,8 @@ describe 'User comments on a diff', :js do
end
context 'multiple suggestions in expanded lines' do
it 'suggestions are appliable' do
# https://gitlab.com/gitlab-org/gitlab/issues/38277
it 'suggestions are appliable', :quarantine do
diff_file = merge_request.diffs(paths: ['files/ruby/popen.rb']).diff_files.first
hash = Digest::SHA1.hexdigest(diff_file.file_path)
......
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