1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Disable test on JRuby

This commit is contained in:
Evan Phoenix 2011-12-07 14:58:30 -08:00
parent 49d27f888f
commit 0985a07896

View file

@ -19,6 +19,11 @@ class TestIntegration < Test::Unit::TestCase
end
def test_stop_via_pumactl
if defined? JRUBY_VERSION
assert true
return
end
sin = StringIO.new
sout = StringIO.new