| Index: tests/standalone/src/io/SocketExceptionTest.dart
|
| diff --git a/tests/standalone/src/io/SocketExceptionTest.dart b/tests/standalone/src/io/SocketExceptionTest.dart
|
| index edc78d0723169e6b9e0d902903e01c931dc7987e..ef53e6c6e7b701368523bc93c4bedeae8c6dd39b 100644
|
| --- a/tests/standalone/src/io/SocketExceptionTest.dart
|
| +++ b/tests/standalone/src/io/SocketExceptionTest.dart
|
| @@ -172,6 +172,9 @@ class SocketExceptionTest {
|
| serverSocketExceptionTest();
|
| clientSocketExceptionTest();
|
| indexOutOfRangeExceptionTest();
|
| + unknownHostTest();
|
| + // TODO(sgjesse): This test seems to fail on the buildbot.
|
| + //unresponsiveHostTest();
|
| }
|
| }
|
|
|
|
|