Commit 186d5e70 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'ci-fix-backfill-ordering-expectations' into 'master'

Fix tags order expectation for queuing tables backfill

See merge request gitlab-org/gitlab!80812
parents 9611e4fc 65ece8de
......@@ -98,7 +98,7 @@ RSpec.describe Gitlab::BackgroundMigration::BackfillCiQueuingTables, :migration,
protected: true,
instance_runners_enabled: true,
minutes_exceeded: false,
tag_ids: [22, 23],
tag_ids: match_array([22, 23]),
namespace_traversal_ids: [10]),
an_object_having_attributes(
build_id: 60,
......
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