summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-07-18 10:59:20 +1000
committerMark Lapierre <mlapierre@gitlab.com>2019-07-18 10:59:20 +1000
commit6616a52b414ddc0880e079c5900c191f1223483b (patch)
tree1e2e1db12f646d4cf07928d6a687cf88e459efae
parent4230b4e4d38b19a2506f5266a81dc41db8ac1165 (diff)
downloadgitlab-ce-qa-unquarantine-attachment-test.tar.gz
Unquarantine object storage testqa-unquarantine-attachment-test
--compat mode in Minio is now enabled so this test should pass See https://gitlab.com/gitlab-org/gitlab-qa/merge_requests/260
-rw-r--r--qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb b/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
index 1eea3efec7f..dc04e7c22a9 100644
--- a/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
+++ b/qa/qa/specs/features/browser_ui/2_plan/issue/create_issue_spec.rb
@@ -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