Skip to content

Commit

Permalink
Wipe out all data to fix flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 authored and PatrickTulskie committed Oct 6, 2022
1 parent ae60e0f commit c785771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scheduler_args_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
c.quiet = true
c.poll_sleep_amount = nil
end
Resque.data_store.redis.flushall
end

test 'enqueue_from_config puts stuff in resque without class loaded' do
Expand Down

0 comments on commit c785771

Please sign in to comment.