Commit 6fae77ff authored by Stan Hu's avatar Stan Hu

Unquarantine QA attachment spec

This should stop being flaky now that we clean up the Dropzone inputs:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29882

Closes https://gitlab.com/gitlab-org/gitlab/issues/205408
parent 7f3301c3
...@@ -17,7 +17,7 @@ module QA ...@@ -17,7 +17,7 @@ module QA
end end
end end
context 'when using attachments in comments', :object_storage, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/issues/205408', type: :bug } do context 'when using attachments in comments', :object_storage do
let(:gif_file_name) { 'banana_sample.gif' } let(:gif_file_name) { 'banana_sample.gif' }
let(:file_to_attach) do let(:file_to_attach) do
File.absolute_path(File.join('spec', 'fixtures', gif_file_name)) File.absolute_path(File.join('spec', 'fixtures', gif_file_name))
......
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