Commit e4ba174d authored by Brandon Wylie's avatar Brandon Wylie Committed by Commit Bot

[Sheriff][Android] Disable testDuplicateHttpDownload_openNewTabAndReplace

TBR=xingliu@chromium.org

Bug: 1148568
Change-Id: I655de8fb181ae060992fea1454ba698a2b0bc8e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536119Reviewed-by: default avatarBrandon Wylie <wylieb@chromium.org>
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827114}
parent fa75cdc3
...@@ -372,6 +372,7 @@ import java.util.List; ...@@ -372,6 +372,7 @@ import java.util.List;
@Test @Test
@MediumTest @MediumTest
@Feature({"Downloads"}) @Feature({"Downloads"})
@DisabledTest(message = "crbug.com/1148568")
public void testDuplicateHttpDownload_OpenNewTabAndReplace() throws Exception { public void testDuplicateHttpDownload_OpenNewTabAndReplace() throws Exception {
final String url = final String url =
mTestServer.getURL(TEST_DOWNLOAD_DIRECTORY + "get.html"); mTestServer.getURL(TEST_DOWNLOAD_DIRECTORY + "get.html");
......
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