Unquarantine object storage test
--compat mode in Minio is now enabled so this test should pass See https://gitlab.com/gitlab-org/gitlab-qa/merge_requests/260
This commit is contained in:
parent
9246fd5707
commit
9707688151
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue