Skip to content

Commit

Permalink
skip EMSynchrony, Patron, Typhoeus tests on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Apr 15, 2012
1 parent ec6ef38 commit a0772a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/adapters/em_synchrony_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def adapter() :em_synchrony end
undef :test_timeout
end

end unless RUBY_VERSION < '1.9'
end unless RUBY_VERSION < '1.9' or (defined? RUBY_ENGINE and 'jruby' == RUBY_ENGINE)
end
2 changes: 1 addition & 1 deletion test/adapters/patron_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def adapter() :patron end
undef :test_GET_with_body
end

end
end unless defined? RUBY_ENGINE and 'jruby' == RUBY_ENGINE
end
2 changes: 1 addition & 1 deletion test/adapters/typhoeus_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def adapter() :typhoeus end
undef :test_GET_with_body
end

end
end unless defined? RUBY_ENGINE and 'jruby' == RUBY_ENGINE
end

0 comments on commit a0772a3

Please sign in to comment.