Skip to content

Commit 4ab0320

Browse files
committed
No need to disable sidikiq tests with 1.9.3 anymore
1 parent 93559da commit 4ab0320

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

activejob/test/helper.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@
77

88
@adapter = ENV['AJADAPTER'] || 'inline'
99

10-
def sidekiq?
11-
@adapter == 'sidekiq'
12-
end
13-
14-
def ruby_193?
15-
RUBY_VERSION == '1.9.3' && RUBY_ENGINE != 'java'
16-
end
17-
18-
# Sidekiq doesn't work with MRI 1.9.3
19-
exit if sidekiq? && ruby_193?
20-
2110
if ENV['AJ_INTEGRATION_TESTS']
2211
require 'support/integration/helper'
2312
else

0 commit comments

Comments
 (0)