Commit 1375db70 authored by ddavison's avatar ddavison

Only test Express Auto DevOps template

Dequarantine Auto DevOps templates spec
parent 43e7065f
...@@ -18,7 +18,7 @@ module QA ...@@ -18,7 +18,7 @@ module QA
end end
where(:template) do where(:template) do
%w[rails spring express] %w[express]
end end
with_them do with_them do
...@@ -45,7 +45,7 @@ module QA ...@@ -45,7 +45,7 @@ module QA
Flow::Login.sign_in Flow::Login.sign_in
end 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| %w[build code_quality test].each do |job|
pipeline.visit! 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