summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-18 04:20:55 +0000
committerStan Hu <stanhu@gmail.com>2019-07-18 04:20:55 +0000
commit037096ef6c2c2f804302efb429bcd1eb5123b5e9 (patch)
tree9962af749a77aeedb6efbbc680cc9cdb9b72e1a5
parent9246fd5707c18553ab2904ba2c37ed4ddfe1b3a9 (diff)
parent97076881516edd0523841e679f8252928dedc167 (diff)
downloadgitlab-ce-037096ef6c2c2f804302efb429bcd1eb5123b5e9.tar.gz
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
-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