Skip to content

Commit 6eb29d9

Browse files
p-schlickmannrosa
authored andcommitted
Removing non-deterministic check from processes_lifecycle_test.rb
1 parent 5b18203 commit 6eb29d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/integration/processes_lifecycle_test.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ class ProcessesLifecycleTest < ActiveSupport::TestCase
182182
assert_completed_job_results("no exit", :background, 4)
183183
assert_completed_job_results("paused no exit", :default, 1)
184184

185-
# The background worker exits because of the exit job,
186-
# leaving the pause job claimed
187-
[ exit_job, pause_job ].each do |job|
188-
assert_job_status(job, :claimed)
189-
end
190-
191185
assert process_exists?(@pid)
192186
terminate_process(@pid)
193187

0 commit comments

Comments
 (0)