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

Unified Diff: chrome/browser/subresource_filter/subresource_filter_browsertest.cc

Issue 2608153002: Disable SubresourceFilterBrowserTest.FailedProvisionalLoadInMainframe. (Closed)
Patch Set: Created 3 years, 12 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/subresource_filter/subresource_filter_browsertest.cc
diff --git a/chrome/browser/subresource_filter/subresource_filter_browsertest.cc b/chrome/browser/subresource_filter/subresource_filter_browsertest.cc
index 4def44ad720330de24b32090aaa45f53ca6fbd49..20a9214eeb9a644d92a6bba2dc2f75b1d812b459 100644
--- a/chrome/browser/subresource_filter/subresource_filter_browsertest.cc
+++ b/chrome/browser/subresource_filter/subresource_filter_browsertest.cc
@@ -427,8 +427,9 @@ IN_PROC_BROWSER_TEST_F(SubresourceFilterBrowserTest,
kSubframeNames, kExpectScriptInFrameToLoadWithActivation));
}
+// Flaky on all platforms. See: https://crbug.com/677819.
IN_PROC_BROWSER_TEST_F(SubresourceFilterBrowserTest,
- FailedProvisionalLoadInMainframe) {
+ DISABLED_FailedProvisionalLoadInMainframe) {
GURL url_with_activation_but_dns_error(
"http://host-with-dns-lookup-failure/");
GURL url_with_activation_but_not_existent(GetTestUrl("non-existent.html"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698