summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-12 12:21:01 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-02-12 12:21:01 +0500
commitc06002302bb639677f6092571a05b49802e2faa5 (patch)
treeb7cb6e0927450488c6a80295b713547feee82d03
parent46d10851a652b5d0d1b077849e6059688c7b95e6 (diff)
downloadgitlab-ce-c06002302bb639677f6092571a05b49802e2faa5.tar.gz
Add back the :quarantine tag
-rw-r--r--qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb b/qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb
index 6632c2977ef..2fb8402edd8 100644
--- a/qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb
+++ b/qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb
@@ -1,7 +1,8 @@
# frozen_string_literal: true
module QA
- context 'Manage', :smoke do
+ # Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/72
+ context 'Manage', :smoke, :quarantine do
describe 'Project creation' do
it 'user creates a new project' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)