diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-06-19 08:49:40 +0000 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2019-06-19 08:49:40 +0000 |
commit | 8716eb0cef94dbbaab5821aa693a9d92fa9f37e8 (patch) | |
tree | a7750f12394cac717783909f75e66dabebd036b6 | |
parent | 66425a93f44d3d52add7e317e5067ad7c953010b (diff) | |
parent | b43aaad96e71a1be763da0c775d9f60bb49b0e2c (diff) | |
download | gitlab-ce-8716eb0cef94dbbaab5821aa693a9d92fa9f37e8.tar.gz |
Merge branch 'qa-ml-unquarantine-branches-test' into 'master'
Unquarantine the branches E2E test
Closes gitlab-org/quality/nightly#62
See merge request gitlab-org/gitlab-ce!29828
-rw-r--r-- | qa/qa/specs/features/browser_ui/3_create/repository/add_list_delete_branches_spec.rb | 3 |
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' |