Skip to content
Snippets Groups Projects
Commit 2d0cd526 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix spec failures

parent 6893a3a4
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -352,7 +352,7 @@ module Ci
end
 
context 'runner feature set is verified' do
set(:pending_job) { create(:ci_build, :pending, pipeline: pipeline) }
let!(:pending_job) { create(:ci_build, :pending, pipeline: pipeline) }
 
before do
expect_any_instance_of(Ci::Build).to receive(:runner_required_feature_names) do
Loading
Loading
@@ -364,7 +364,7 @@ module Ci
 
context 'when feature is missing by runner' do
let(:params) { {} }
it 'does not pick the build and drops the build' do
expect(subject).to be_nil
expect(pending_job.reload).to be_failed
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment