summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-18 11:12:22 +0500
committermfluharty <mfluharty@gitlab.com>2019-02-20 11:20:33 -0700
commitd71f1784d23eac3b2e42c6fd5825f193aff244b8 (patch)
tree1e93a27c19392663f42bb673e40aeecb93f6ed1e
parent40f2ba8b387906f22d6a8d104c9eb68d14088798 (diff)
downloadgitlab-ce-d71f1784d23eac3b2e42c6fd5825f193aff244b8.tar.gz
Un quarantine tests
-rw-r--r--qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb3
1 files changed, 1 insertions, 2 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 2fb8402edd8..6632c2977ef 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,8 +1,7 @@
# frozen_string_literal: true
module QA
- # Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/72
- context 'Manage', :smoke, :quarantine do
+ context 'Manage', :smoke do
describe 'Project creation' do
it 'user creates a new project' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)