Commit 037096ef authored by Stan Hu's avatar Stan Hu

Merge branch 'qa-unquarantine-attachment-test' into 'master'

Unquarantine object storage test

Closes gitlab-org/quality/nightly#101

See merge request gitlab-org/gitlab-ce!30874
parents 9246fd57 97076881
...@@ -13,8 +13,7 @@ module QA ...@@ -13,8 +13,7 @@ module QA
expect(page).to have_content(issue_title) expect(page).to have_content(issue_title)
end end
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/101 context 'when using attachments in comments', :object_storage do
context 'when using attachments in comments', :object_storage, :quarantine do
let(:file_to_attach) do let(:file_to_attach) do
File.absolute_path(File.join('spec', 'fixtures', 'banana_sample.gif')) File.absolute_path(File.join('spec', 'fixtures', 'banana_sample.gif'))
end end
......
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