| Index: tests/standalone/io/http_client_test.dart
|
| diff --git a/tests/standalone/io/http_client_test.dart b/tests/standalone/io/http_client_test.dart
|
| index c2f90c2cecbe7f428cffdfbed450d7f70abfd020..9fe3f157040e9d98f4f708154ada2d29c8172a86 100644
|
| --- a/tests/standalone/io/http_client_test.dart
|
| +++ b/tests/standalone/io/http_client_test.dart
|
| @@ -75,10 +75,8 @@ void testBadHostName() {
|
| }
|
|
|
| void main() {
|
| - // TODO(sgjesse): Making empty www.google.com requests seems to fail
|
| - //on buildbot.
|
| - //testGoogle();
|
| - //testGoogleUrl();
|
| + testGoogle();
|
| + testGoogleUrl();
|
| testInvalidUrl();
|
| testBadHostName();
|
| }
|
|
|