Commit 9e343815 authored by Carlos Knippschild's avatar Carlos Knippschild Committed by Commit Bot

Update disabled test message to link to the correct crbug

TBR=harringtond@chromium.org

Bug: 923212
Change-Id: I76d739ab9b8d86881a7c51e13cde4b2659e03f04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134505Reviewed-by: default avatarCarlos Knippschild <carlosk@chromium.org>
Commit-Queue: Carlos Knippschild <carlosk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756119}
parent e2eb7388
...@@ -338,7 +338,7 @@ public class OfflinePageAutoFetchTest { ...@@ -338,7 +338,7 @@ public class OfflinePageAutoFetchTest {
@Test @Test
@MediumTest @MediumTest
@Feature({"OfflineAutoFetch"}) @Feature({"OfflineAutoFetch"})
@DisabledTest(message = "Flaky: https://crbug.com/883486#c20") @DisabledTest(message = "https://crbug.com/923212")
public void testAutoFetchRequestRetainedOnOtherTabClosed() throws Exception { public void testAutoFetchRequestRetainedOnOtherTabClosed() throws Exception {
startWebServer(); startWebServer();
final String testUrl = mWebServer.getBaseUrl(); 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