Commit 6a8fc5a7 authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho

Merge branch 'sh-unquarantine-test-attachment-spec' into 'master'

Unquarantine QA attachment spec

Closes #205408

See merge request gitlab-org/gitlab!30059
parents cc8a8e97 6fae77ff
...@@ -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