Commit 43735879 authored by Theresa Wellington's avatar Theresa Wellington Committed by Commit Bot

Disable failing OfflinePageAutoFetchTest#testAutoFetchTriggersOnDNSErrorWhenOffline

BUG=1041822
TBR=harringtond@chromium.org

Change-Id: Id22776f84bc687fbe164fd197496314b5941c94d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001583Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731732}
parent 7e3ba0bb
...@@ -185,6 +185,7 @@ public class OfflinePageAutoFetchTest { ...@@ -185,6 +185,7 @@ public class OfflinePageAutoFetchTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"OfflineAutoFetch"}) @Feature({"OfflineAutoFetch"})
@DisabledTest(message = "https://crbug.com/1041822")
public void testAutoFetchTriggersOnDNSErrorWhenOffline() { public void testAutoFetchTriggersOnDNSErrorWhenOffline() {
attemptLoadPage("http://does.not.resolve.com"); attemptLoadPage("http://does.not.resolve.com");
waitForRequestCount(1); waitForRequestCount(1);
......
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