Commit 4eb3219b authored by Dan Harrington's avatar Dan Harrington Committed by Commit Bot

Re-enable testAutoFetchRequestRetainedOnOtherTabClosed

I ran the test 40 times on my local device, and it passed each one.
Hopefully the previous changes to this test file have fixed the flake.

Bug: 923212
Change-Id: Ic8b3e6e6b82b60d14bdef9975d5d70e256dcf1b7
Reviewed-on: https://chromium-review.googlesource.com/c/1470634Reviewed-by: default avatarCarlos Knippschild <carlosk@chromium.org>
Commit-Queue: Dan H <harringtond@google.com>
Cr-Commit-Position: refs/heads/master@{#635255}
parent fd038920
......@@ -22,7 +22,6 @@ import org.chromium.base.ThreadUtils;
import org.chromium.base.metrics.RecordHistogram;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.browser.ChromeActivity;
import org.chromium.chrome.browser.ChromeSwitches;
......@@ -263,7 +262,6 @@ public class OfflinePageAutoFetchTest {
@Test
@MediumTest
@Feature({"OfflineAutoFetch"})
@DisabledTest(message = "Flaky: https://crbug.com/883486#c20")
public void testAutoFetchRequestRetainedOnOtherTabClosed() throws Exception {
startWebServer();
final String testUrl = mWebServer.getBaseUrl();
......
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