Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(492)

Unified Diff: tests/standalone/src/io/HttpClientTest.dart

Issue 9716032: Disable tests which seems to fail on buildbot (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/standalone/src/io/SocketExceptionTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/io/HttpClientTest.dart
diff --git a/tests/standalone/src/io/HttpClientTest.dart b/tests/standalone/src/io/HttpClientTest.dart
index 3598b54c899c7a10843835a3a1d46ad78758d02f..add66da8e85fd4265b324a7cc737e1e8711420be 100644
--- a/tests/standalone/src/io/HttpClientTest.dart
+++ b/tests/standalone/src/io/HttpClientTest.dart
@@ -63,7 +63,9 @@ void testInvalidUrl() {
}
void main() {
- testGoogle();
- testGoogleUrl();
+ // TODO(sgjesse): Making empty www.google.com requests seems to fail
+ //on buildbot.
+ //testGoogle();
+ //testGoogleUrl();
testInvalidUrl();
}
« no previous file with comments | « no previous file | tests/standalone/src/io/SocketExceptionTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698