summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2019-04-29 07:02:45 +0000
committerAsh McKenzie <amckenzie@gitlab.com>2019-04-29 07:02:45 +0000
commitcd5e7ad4acd7ca34b46feccb584692bc47b54a8a (patch)
treea5be25008bdd88cbc413daf22d30547ee8848625
parentee4ccd31556f8be905e968af448bbb4ecf62dcb6 (diff)
parentece771536a0bf7c55afde89afdb990a8fd380f38 (diff)
downloadgitlab-ce-cd5e7ad4acd7ca34b46feccb584692bc47b54a8a.tar.gz
Merge branch 'qa-ml-quarantine-failing-test' into 'master'
Quarantine failing test See merge request gitlab-org/gitlab-ce!27799
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb
index daeee665c93..c2c2b6da90a 100644
--- a/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_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/62
+ context 'Create', :quarantine do
describe 'Create, list, and delete branches via web' do
master_branch = 'master'
second_branch = 'second-branch'