Commit 04335f93 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky test

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 7fa306b9
...@@ -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