diff --git a/Rakefile b/Rakefile index 50af0273e..895f7970c 100644 --- a/Rakefile +++ b/Rakefile @@ -43,7 +43,7 @@ end Rake::TestTask.new('test:integration' => 'env:integration') do |t| if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.1") puts "Integration tests require Ruby 3.1 or later" - return + exit 0 end t.description = "Run integration tests for ActiveJob::QueueAdapters::ResqueAdapter"