Commit bf5274c6 authored by Brian White's avatar Brian White

Disable flaky...

Disable flaky AppCacheNetworkServiceBrowserTest.VerifySubresourceFactoryClearedOnNewNavigation test.

Bug: 1042385
Change-Id: I9ae218eaf185cc072e996babcbf260981e5589bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002759Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Auto-Submit: Brian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732162}
parent 6477964b
......@@ -48,8 +48,10 @@ class AppCacheNetworkServiceBrowserTest : public ContentBrowserTest {
// associated with it and then navigating to another TLD within that
// host clears the previously registered factory. We verify this by
// validating that request count for the last navigation.
IN_PROC_BROWSER_TEST_F(AppCacheNetworkServiceBrowserTest,
VerifySubresourceFactoryClearedOnNewNavigation) {
// Flaky on linux-chromeos-chrome (http://crbug.com/1042385)
IN_PROC_BROWSER_TEST_F(
AppCacheNetworkServiceBrowserTest,
DISABLED_VerifySubresourceFactoryClearedOnNewNavigation) {
net::EmbeddedTestServer embedded_test_server;
int request_count = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment