mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
JRuby not allowed to fail. Closes #2005
This commit is contained in:
parent
ab64901504
commit
b877368263
2 changed files with 1 additions and 3 deletions
|
@ -39,8 +39,6 @@ matrix:
|
|||
- rvm: truffleruby-head
|
||||
|
||||
allow_failures:
|
||||
- rvm: jruby-9.2.11.0
|
||||
- rvm: jruby-head
|
||||
- rvm: truffleruby-head
|
||||
|
||||
env:
|
||||
|
|
|
@ -16,7 +16,7 @@ class TestThreadPool < Minitest::Test
|
|||
end
|
||||
|
||||
def pause
|
||||
sleep 0.2
|
||||
sleep 1
|
||||
end
|
||||
|
||||
def test_append_spawns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue