summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamya Authappan <rauthappan@gitlab.com>2019-01-30 05:05:38 +0000
committerRamya Authappan <rauthappan@gitlab.com>2019-01-30 05:05:38 +0000
commit8fa9761cfc21d59a3d63baa6d044c2919b94eebd (patch)
tree6728dae7fa49ff94eb518b5bd13bf41fb5493aea
parente1aeb39a19047dc4d32711bf11b89c4b52d3b457 (diff)
parentc5d92ec173857e43abc929936e7882df25f85014 (diff)
downloadgitlab-ce-8fa9761cfc21d59a3d63baa6d044c2919b94eebd.tar.gz
Merge branch 'qa-nightly-68-quarantine-devops-tests' into 'master'
Quarantine auto devops QA tests See merge request gitlab-org/gitlab-ce!24786
-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)