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

Unified Diff: components/cronet/url_request_context_config_unittest.cc

Issue 2955973008: Disabled three flaky cronet tests. (Closed)
Patch Set: Created 3 years, 6 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 | « components/cronet/stale_host_resolver_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/url_request_context_config_unittest.cc
diff --git a/components/cronet/url_request_context_config_unittest.cc b/components/cronet/url_request_context_config_unittest.cc
index 1ee203b1c4f1bc863e8211680ef309af1d5f2c1d..4d17c52858d3ee3f01f7ab043d5ddf45609d82eb 100644
--- a/components/cronet/url_request_context_config_unittest.cc
+++ b/components/cronet/url_request_context_config_unittest.cc
@@ -19,7 +19,8 @@
namespace cronet {
-TEST(URLRequestContextConfigTest, TestExperimentalOptionParsing) {
+// Test is flaky. See https://crbug.com/737326.
+TEST(URLRequestContextConfigTest, DISABLED_TestExperimentalOptionParsing) {
URLRequestContextConfig config(
// Enable QUIC.
true,
@@ -110,7 +111,8 @@ TEST(URLRequestContextConfigTest, TestExperimentalOptionParsing) {
info, &addresses, net::NetLogWithSource()));
}
-TEST(URLRequestContextConfigTest, SetQuicConnectionMigrationOptions) {
+// Test is flaky. See https://crbug.com/737326.
+TEST(URLRequestContextConfigTest, DISABLED_SetQuicConnectionMigrationOptions) {
URLRequestContextConfig config(
// Enable QUIC.
true,
« no previous file with comments | « components/cronet/stale_host_resolver_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698