Commit 3238f73b authored by LUKE BENNETT's avatar LUKE BENNETT

Resolve jobs_spec.rb

parent 184b69a5
......@@ -370,7 +370,6 @@ feature 'Jobs' do
end
end
<<<<<<< HEAD
context 'job project is over shared runners limit' do
let(:group) { create(:group, :with_used_build_minutes_limit) }
let(:project) { create(:project, :repository, namespace: group, shared_runners_enabled: true) }
......@@ -382,8 +381,6 @@ feature 'Jobs' do
end
end
=======
>>>>>>> upstream/master
context 'Playable manual action' do
let(:job) { create(:ci_build, :playable, pipeline: 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