Quarantine Auto DevOps spec
This commit is contained in:
parent
4c26b2f204
commit
a344102923
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ module QA
|
||||||
Page::Main::Login.perform(&:sign_in_using_credentials)
|
Page::Main::Login.perform(&:sign_in_using_credentials)
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'Auto DevOps support', :orchestrated, :kubernetes do
|
# Failure issue: https://gitlab.com/gitlab-org/quality/nightly/issues/108
|
||||||
|
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