diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-18 15:08:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-18 15:08:03 +0000 |
commit | ccf37fd3eca15cd5f55c1eba3b28d2798808d357 (patch) | |
tree | 925471acb29c7cc080a522b1d2db6b06e55616dd /qa | |
parent | 79d62647bcfad69d7272020acb7d8be5ee5df003 (diff) | |
download | gitlab-ce-ccf37fd3eca15cd5f55c1eba3b28d2798808d357.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r-- | qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb | 3 |
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 a96bfde49f3..54014ff7067 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 @@ -50,7 +50,8 @@ module QA end end - describe 'Auto DevOps support', :orchestrated, :kubernetes do + # Failure issue: https://gitlab.com/gitlab-org/gitlab/issues/118481 + describe 'Auto DevOps support', :orchestrated, :kubernetes, :quarantine do context 'when rbac is enabled' do before(:all) do @cluster = Service::KubernetesCluster.new.create! |