summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-06-18 16:43:21 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-06-18 16:43:21 +0500
commit33e28c1ecd95e5be6ff6da9ef1b6de2f83d2063e (patch)
tree6693a6ec408717ed6547e7e218016ed258c27756
parent61f3e0974a842e2c39fcf32dbec69cd33e45f9ed (diff)
downloadgitlab-ce-33e28c1ecd95e5be6ff6da9ef1b6de2f83d2063e.tar.gz
Un-quarantine instance level project template spec
-rw-r--r--qa/qa/specs/features/browser_ui/1_manage/project/ee_project_templates_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/qa/qa/specs/features/browser_ui/1_manage/project/ee_project_templates_spec.rb b/qa/qa/specs/features/browser_ui/1_manage/project/ee_project_templates_spec.rb
index 5c6b77a6a10..a8c8c90c867 100644
--- a/qa/qa/specs/features/browser_ui/1_manage/project/ee_project_templates_spec.rb
+++ b/qa/qa/specs/features/browser_ui/1_manage/project/ee_project_templates_spec.rb
@@ -38,8 +38,7 @@ module QA
end
end
- # Failure issue: https://gitlab.com/gitlab-org/quality/staging/issues/51
- context 'instance level', :quarantine do
+ context 'instance level' do
before do
# Log out if already logged in
Page::Main::Menu.perform do |menu|