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
This commit is contained in:
Stan Hu 2019-07-18 04:20:55 +00:00
commit 037096ef6c
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ module QA
expect(page).to have_content(issue_title)
end
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/101
context 'when using attachments in comments', :object_storage, :quarantine do
context 'when using attachments in comments', :object_storage do
let(:file_to_attach) do
File.absolute_path(File.join('spec', 'fixtures', 'banana_sample.gif'))
end