|
@@ -1907,8 +1907,7 @@ public abstract class AbstractSimpleTransportTestCase extends ESTestCase {
|
|
|
}
|
|
|
|
|
|
public void testTimeoutPerConnection() throws IOException {
|
|
|
- assumeTrue("Works only on BSD network stacks and apparently windows",
|
|
|
- Constants.MAC_OS_X || Constants.FREE_BSD || Constants.WINDOWS);
|
|
|
+ assumeTrue("Works only on BSD network stacks", Constants.MAC_OS_X || Constants.FREE_BSD);
|
|
|
try (ServerSocket socket = new MockServerSocket()) {
|
|
|
// note - this test uses backlog=1 which is implementation specific ie. it might not work on some TCP/IP stacks
|
|
|
// on linux (at least newer ones) the listen(addr, backlog=1) should just ignore new connections if the queue is full which
|