Commit a24b5fa0 authored by David Kim's avatar David Kim

Merge branch '339082-fix-tags-spec-ordering-fails' into 'master'

Attempt to reduce flakiness ci/tags_spec array checks

See merge request gitlab-org/gitlab!68712
parents 93d1d41c eb3cf65e
......@@ -20,7 +20,7 @@ RSpec.describe Ci::CreatePipelineService do
it 'creates a pipeline', :aggregate_failures do
expect(pipeline).to be_created_successfully
expect(pipeline.builds.first.tag_list).to eq(%w[tag1 tag2])
expect(pipeline.builds.first.tag_list).to match_array(%w[tag1 tag2])
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