Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions test/integration/processes_lifecycle_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@ class ProcessesLifecycleTest < ActiveSupport::TestCase
assert_completed_job_results("no exit", :background, 4)
assert_completed_job_results("paused no exit", :default, 1)

# The background worker exits because of the exit job,
# leaving the pause job claimed
[ exit_job, pause_job ].each do |job|
assert_job_status(job, :claimed)
end

assert process_exists?(@pid)
terminate_process(@pid)

Expand Down
Loading