Commit f583dad2 authored by Dan Davison's avatar Dan Davison

Merge branch 'dj-dequarantine-autodevops-templates-spec' into 'master'

Only test Express Auto DevOps template

See merge request gitlab-org/gitlab!59906
parents 39e3be47 1375db70
......@@ -18,7 +18,7 @@ module QA
end
where(:template) do
%w[rails spring express]
%w[express]
end
with_them do
......@@ -45,7 +45,7 @@ module QA
Flow::Login.sign_in
end
it 'works with Auto DevOps', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/240946', type: :flaky } do
it 'works with Auto DevOps' do
%w[build code_quality test].each do |job|
pipeline.visit!
......
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