summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-06-19 13:02:29 +1000
committerMark Lapierre <mlapierre@gitlab.com>2019-06-19 13:02:29 +1000
commitb43aaad96e71a1be763da0c775d9f60bb49b0e2c (patch)
treed8a645c99b0d751800d5a6e6bf54b3cf5df21d2f
parent02fad28a52ae192e72413eb1dcf80f8f2e990f43 (diff)
downloadgitlab-ce-qa-ml-unquarantine-branches-test.tar.gz
Unquarantine the branches E2E testqa-ml-unquarantine-branches-test
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb3
1 files changed, 1 insertions, 2 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 37a784248d4..2b3d9b1711d 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,8 +1,7 @@
# frozen_string_literal: true
module QA
- # Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/62
- context 'Create', :quarantine do
+ context 'Create' do
describe 'Create, list, and delete branches via web' do
master_branch = 'master'
second_branch = 'second-branch'