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:
parent
49d27f888f
commit
0985a07896
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue