Commit c0db5a84 authored by Dan Davison's avatar Dan Davison

Merge branch 'quarantine-multi-project-pipeline-spec' into 'master'

Quarantine failing multi-project_pipelines_spec.rb

See merge request gitlab-org/gitlab!41128
parents a5fd7947 35cc08ea
......@@ -75,7 +75,7 @@ module QA
runner.remove_via_api!
end
it 'creates a multi-project pipeline', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/560' do
it 'creates a multi-project pipeline', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/560', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/243797', type: :investigating } do
Page::MergeRequest::Show.perform do |show|
pipeline_passed = show.retry_until(reload: true, max_attempts: 20, sleep_interval: 6) do
show.has_content?(/Pipeline #\d+ passed/)
......
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