Merge branch 'qa-unquarantine-auto-devops' into 'master'
Un-quarantine Auto DevOps QA test Closes gitlab-org/quality/nightly#81 See merge request gitlab-org/gitlab-ce!28765
This commit is contained in:
commit
582500e394
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ module QA
|
||||||
Page::Main::Login.perform(&:sign_in_using_credentials)
|
Page::Main::Login.perform(&:sign_in_using_credentials)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Transient failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/68
|
describe 'Auto DevOps support', :orchestrated, :kubernetes do
|
||||||
describe 'Auto DevOps support', :orchestrated, :kubernetes, :quarantine do
|
|
||||||
context 'when rbac is enabled' do
|
context 'when rbac is enabled' do
|
||||||
before(:all) do
|
before(:all) do
|
||||||
@cluster = Service::KubernetesCluster.new.create!
|
@cluster = Service::KubernetesCluster.new.create!
|
||||||
|
|
Loading…
Reference in a new issue