Skip to content
Snippets Groups Projects
Unverified Commit 1375db70 authored by Daniel Davison's avatar Daniel Davison
Browse files

Only test Express Auto DevOps template

Dequarantine Auto DevOps templates spec
parent 43e7065f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,7 +18,7 @@ module QA
end
 
where(:template) do
%w[rails spring express]
%w[express]
end
 
with_them do
Loading
Loading
@@ -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!
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment