1
0
Fork 0
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:
Nate Berkopec 2020-03-14 13:56:32 -06:00
parent ab64901504
commit b877368263
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 1 additions and 3 deletions

View file

@ -39,8 +39,6 @@ matrix:
- rvm: truffleruby-head
allow_failures:
- rvm: jruby-9.2.11.0
- rvm: jruby-head
- rvm: truffleruby-head
env:

View file

@ -16,7 +16,7 @@ class TestThreadPool < Minitest::Test
end
def pause
sleep 0.2
sleep 1
end
def test_append_spawns