summaryrefslogtreecommitdiff
path: root/qa/qa
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-01-30 08:41:42 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-01-30 08:41:42 +0500
commitc5d92ec173857e43abc929936e7882df25f85014 (patch)
tree89e06bb4e47da2426ce0246d2494a434f95f220f /qa/qa
parent6108db034e3a10e06a70255ec25fc66e8e0c6fcd (diff)
downloadgitlab-ce-c5d92ec173857e43abc929936e7882df25f85014.tar.gz
Quarantine devops tests
Diffstat (limited to 'qa/qa')
-rw-r--r--qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb b/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
index 5147b17d7ab..553550eef8b 100644
--- a/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
+++ b/qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb
@@ -3,7 +3,8 @@
require 'pathname'
module QA
- context 'Configure', :orchestrated, :kubernetes do
+ # Transient failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/68
+ context 'Configure', :orchestrated, :kubernetes, :quarantine do
describe 'Auto DevOps support' do
def login
Runtime::Browser.visit(:gitlab, Page::Main::Login)