diff options
author | ddavison <ddavison@gitlab.com> | 2019-07-12 13:15:22 -0700 |
---|---|---|
committer | ddavison <ddavison@gitlab.com> | 2019-07-12 13:15:22 -0700 |
commit | d05964b993f215917cf63e1d315b322fc40ab8df (patch) | |
tree | e6ab53639302bc5cbdb0eee2dc29c9850f63815d /qa/qa/specs | |
parent | 835369e17e97797fc12b80dd722325c85b73f878 (diff) | |
download | gitlab-ce-d05964b993f215917cf63e1d315b322fc40ab8df.tar.gz |
Unquarantine previously failing autodevops spec
create_project_with_auto_devops_spec.rb # runs autodevops
was previous failing
This previously failing test has passed consecutively
Diffstat (limited to 'qa/qa/specs')
-rw-r--r-- | qa/qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb | 3 |
1 files changed, 1 insertions, 2 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 99f0838b864..60c1e105ae6 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 @@ -55,8 +55,7 @@ module QA end end - # Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/108 - describe 'Auto DevOps support', :orchestrated, :kubernetes, :quarantine do + describe 'Auto DevOps support', :orchestrated, :kubernetes do context 'when rbac is enabled' do before(:all) do @cluster = Service::KubernetesCluster.new.create! |