Skip to content

Commit

Permalink
Fix integration load test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mangara committed Sep 23, 2024
1 parent 93c8c31 commit 85cebdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/interruption_adapters_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ class InterruptionAdaptersTest < ActiveSupport::TestCase
require 'bundler/setup'
require 'job-iteration'
# The adapter for GoodJob cannot be easily tested at the moment.
JobIteration::InterruptionAdapters::BUNDLED_ADAPTERS.excluding(:good_job).each do |name|
addapters_to_test = JobIteration::InterruptionAdapters::BUNDLED_ADAPTERS - [:good_job]
addapters_to_test.each do |name|
JobIteration::InterruptionAdapters.lookup(name)
end
RUBY
Expand Down

0 comments on commit 85cebdb

Please sign in to comment.