Commit 7bfad7c3 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '356571-quarantine-ci_fix_order_of_subsequent_jobs-disabled-test' into 'master'

Quarantine ci_fix_order_of_subsequent_jobs disabled test

See merge request gitlab-org/gitlab!83992
parents 327e2e13 a43fa9d3
......@@ -202,7 +202,7 @@ RSpec.describe Ci::AfterRequeueJobService, :sidekiq_inline do
stub_feature_flags(ci_fix_order_of_subsequent_jobs: false)
end
it 'does not mark b1 as processable' do
it 'does not mark b1 as processable', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/356571' do
execute_after_requeue_service(a1)
check_jobs_statuses(
......
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