Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-12 10:21:01 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2019-02-12 10:21:01 +0300
commitc06002302bb639677f6092571a05b49802e2faa5 (patch)
treeb7cb6e0927450488c6a80295b713547feee82d03 /qa
parent46d10851a652b5d0d1b077849e6059688c7b95e6 (diff)
Add back the :quarantine tag
Diffstat (limited to 'qa')
-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)