Commit 438970a3 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'fix-flaky-pipeline-data' into 'master'

Fix flaky pipeline data spec

See merge request gitlab-org/gitlab!67637
parents 66b297c8 40f40d80
......@@ -15,7 +15,7 @@ RSpec.describe Gitlab::DataBuilder::Pipeline do
user: user)
end
let_it_be(:build) { create(:ci_build, pipeline: pipeline) }
let!(:build) { create(:ci_build, pipeline: pipeline) }
describe '.build' do
let(:data) { described_class.build(pipeline) }
......
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