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

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
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