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

Unified Diff: net/url_request/url_request_unittest.cc

Issue 11664013: GTTF: No more FLAKY_ . (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
Index: net/url_request/url_request_unittest.cc
diff --git a/net/url_request/url_request_unittest.cc b/net/url_request/url_request_unittest.cc
index 977c6168225d8928a3e996d8d4fdcae7227ad95b..bd21b38eb6ed1f4a824f5c28d41f5c67959d6ef3 100644
--- a/net/url_request/url_request_unittest.cc
+++ b/net/url_request/url_request_unittest.cc
@@ -1368,7 +1368,7 @@ class LocalHttpTestServer : public TestServer {
FilePath()) {}
};
-TEST_F(URLRequestTest, FLAKY_DelayedCookieCallback) {
+TEST_F(URLRequestTest, DISABLED_DelayedCookieCallback) {
LocalHttpTestServer test_server;
ASSERT_TRUE(test_server.Start());
@@ -2053,7 +2053,7 @@ class URLRequestTestHTTP : public URLRequestTest {
// The HTTPTestServer will return a 302 response, which we should not
// follow.
// flaky: crbug.com/96594
-TEST_F(URLRequestTestHTTP, FLAKY_ProxyTunnelRedirectTest) {
+TEST_F(URLRequestTestHTTP, DISABLED_ProxyTunnelRedirectTest) {
ASSERT_TRUE(test_server_.Start());
TestNetworkDelegate network_delegate; // Must outlive URLRequest.
@@ -4849,7 +4849,7 @@ class URLRequestTestFTP : public URLRequestTest {
};
// Make sure an FTP request using an unsafe ports fails.
-TEST_F(URLRequestTestFTP, FLAKY_UnsafePort) {
+TEST_F(URLRequestTestFTP, DISABLED_UnsafePort) {
ASSERT_TRUE(test_server_.Start());
URLRequestJobFactoryImpl job_factory;

Powered by Google App Engine
This is Rietveld 408576698