Skip to content

Commit e35fe03

Browse files
committed
Remove flaky assertion from dispatcher test
1 parent b3cb4ed commit e35fe03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/dispatcher_test.rb

-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ class DispatcherTest < ActiveSupport::TestCase
116116
dispatchers.each(&:stop)
117117

118118
assert_equal SolidQueue::Job.count, SolidQueue::RecurringExecution.count
119-
assert SolidQueue::Job.count < 4
120-
121119
run_at_times = SolidQueue::RecurringExecution.all.map(&:run_at).sort
122120
0.upto(run_at_times.length - 2) do |i|
123121
assert_equal 1, run_at_times[i + 1] - run_at_times[i]

0 commit comments

Comments
 (0)