summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-03-13 19:48:30 +0000
committerMark Lapierre <mlapierre@gitlab.com>2019-03-13 19:48:30 +0000
commit1715622c054434abc752c7be11ec4daec9231d5a (patch)
tree681bd1c1347d2ab2cf0be6c544d0d51664652895
parent9cdb7621fa98ed68c8b0f3ac9f3209d16f7f1743 (diff)
parent77a045c6c4b16201aeb6d620d707d0bf2dc329b1 (diff)
downloadgitlab-ce-1715622c054434abc752c7be11ec4daec9231d5a.tar.gz
Merge branch 'qa-quarantine-file-template-test' into 'master'
Quarantine failing test See merge request gitlab-org/gitlab-ce!26119
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb b/qa/qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb
index f176ec31abd..66cd712afb0 100644
--- a/qa/qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb
@@ -1,7 +1,8 @@
# frozen_string_literal: true
module QA
- context 'Create' do
+ # Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/46
+ context 'Create', :quarantine do
describe 'Web IDE file templates' do
include Runtime::Fixtures