Commit 1c854797 authored by Stan Hu's avatar Stan Hu

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

Quarantine a flaky test

Closes #38277

See merge request gitlab-org/gitlab!21422
parents d5c142b6 04335f93
...@@ -97,7 +97,9 @@ describe 'User comments on a diff', :js do ...@@ -97,7 +97,9 @@ describe 'User comments on a diff', :js do
end end
context 'multiple suggestions in expanded lines' do context 'multiple suggestions in expanded lines' do
it 'suggestions are appliable' do # Report issue: https://gitlab.com/gitlab-org/gitlab/issues/38277
# Fix issue: https://gitlab.com/gitlab-org/gitlab/issues/39095
it 'suggestions are appliable', :quarantine do
diff_file = merge_request.diffs(paths: ['files/ruby/popen.rb']).diff_files.first diff_file = merge_request.diffs(paths: ['files/ruby/popen.rb']).diff_files.first
hash = Digest::SHA1.hexdigest(diff_file.file_path) 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