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

Unified Diff: components/cronet/stale_host_resolver_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 | « no previous file | components/cronet/url_request_context_config_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/stale_host_resolver_unittest.cc
diff --git a/components/cronet/stale_host_resolver_unittest.cc b/components/cronet/stale_host_resolver_unittest.cc
index 0bff86e82c945bad4cd13014e3e4cec331ad8779..817d48bd00f67abc055130404f0603b059656f05 100644
--- a/components/cronet/stale_host_resolver_unittest.cc
+++ b/components/cronet/stale_host_resolver_unittest.cc
@@ -441,7 +441,8 @@ TEST_F(StaleHostResolverTest, StaleUsability) {
}
}
-TEST_F(StaleHostResolverTest, CreatedByContext) {
+// Test is flaky. See https://crbug.com/737326.
+TEST_F(StaleHostResolverTest, DISABLED_CreatedByContext) {
URLRequestContextConfig config(
// Enable QUIC.
true,
« no previous file with comments | « no previous file | components/cronet/url_request_context_config_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698