Unquarantine previously failing autodevops spec
create_project_with_auto_devops_spec.rb # runs autodevops was previous failing This previously failing test has passed consecutively
This commit is contained in:
parent
835369e17e
commit
d05964b993
1 changed files with 1 additions and 2 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue