diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2019-08-19 08:07:39 +1000 |
---|---|---|
committer | Mark Lapierre <mlapierre@gitlab.com> | 2019-08-19 08:07:39 +1000 |
commit | 56dcd45a766107b7b3069edd4a3993badf8bb2e0 (patch) | |
tree | e0d3854079cb4a12dc9d9cd87ff947016f801e14 /qa | |
parent | 1068483f7260e5866c7d54f1f09b716dbf463c80 (diff) | |
download | gitlab-ce-56dcd45a766107b7b3069edd4a3993badf8bb2e0.tar.gz |
Quarantine failing testqa-quarantine-templates-test
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb | 3 |
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 |