Commit 282c09ed authored by Dylan Griffith's avatar Dylan Griffith

Do not wait for sast job to succeed in auto devops spec

parent 2ae48f1c
......@@ -60,9 +60,8 @@ module QA
Page::Project::Pipeline::Show.perform do |pipeline|
expect(pipeline).to have_build('build', status: :success, wait: 600)
expect(pipeline).to have_build('test', status: :success, wait: 600)
expect(pipeline).to have_build('sast', status: :success, wait: 600)
expect(pipeline).to have_build('production', status: :success, wait: 600)
expect(pipeline).to have_build('performance', status: :success, wait: 600)
expect(pipeline).to have_build('performance', status: :success, wait: 800)
end
end
end
......
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