Commit e6d87e22 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-quarantine-object-storage-test' into 'master'

Quarantine failing test

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