Commit 39093252 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'dj-skip-autodevops-full-run' into 'master'

Disable (skip) the Auto DevOps QA test

See merge request gitlab-org/gitlab!42650
parents 28b05883 af7a150a
......@@ -15,7 +15,7 @@ module QA
disable_optional_jobs(project)
end
describe 'Auto DevOps support', :orchestrated, :kubernetes, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/230927', type: :stale } do
describe 'Auto DevOps support', :orchestrated, :kubernetes, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/251090', type: :stale } do
context 'when rbac is enabled' do
let(:cluster) { Service::KubernetesCluster.new.create! }
......@@ -24,6 +24,8 @@ module QA
end
it 'runs auto devops', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/702' do
skip('Test requires tunnel: see https://gitlab.com/gitlab-org/gitlab/-/issues/251090')
Flow::Login.sign_in
# Set an application secret CI variable (prefixed with K8S_SECRET_)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment