mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Restore a broken test for Windows.
It works now under 1.8.7 and JRuby.
This commit is contained in:
parent
c3d8b189d3
commit
04188375a3
1 changed files with 0 additions and 2 deletions
|
@ -93,8 +93,6 @@ class WebServerTest < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_num_processors_overload
|
||||
# Skipped this for Windows until further investigation
|
||||
return if RUBY_PLATFORM =~ /mingw|mswin/
|
||||
redirect_test_io do
|
||||
assert_raises Errno::ECONNRESET, Errno::EPIPE, Errno::ECONNABORTED, Errno::EINVAL, IOError do
|
||||
tests = [
|
||||
|
|
Loading…
Reference in a new issue