mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Exclude threaded test from Windows.
Something smells fishy here, but needs time to investigate :-P
This commit is contained in:
parent
11287600ce
commit
b2379ce4ba
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ 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