summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-08-19 00:54:09 +0000
committer🤖 GitLab Bot 🤖 <gitlab-bot@gitlab.com>2019-08-19 02:20:08 +0000
commit29ed66a688409c50b9320481739a099485c30b5f (patch)
treee0d3854079cb4a12dc9d9cd87ff947016f801e14
parent1068483f7260e5866c7d54f1f09b716dbf463c80 (diff)
downloadgitlab-ce-29ed66a688409c50b9320481739a099485c30b5f.tar.gz
Merge branch 'qa-quarantine-templates-test' into 'master'
Quarantine failing test See merge request gitlab-org/gitlab-ce!31943 (cherry picked from commit 15085d0327e6472ff749b45b83bbc90ce37333f4) 56dcd45a Quarantine failing test
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb
index 567c6a83ddf..458072b1507 100644
--- a/qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/repository/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/nightly/issues/127
+ context 'Create', :quarantine do
describe 'File templates' do
include Runtime::Fixtures