Commit 0a2a9894 authored by Makoto Shimazu's avatar Makoto Shimazu Committed by Commit Bot

Disable DownloadImage_*_FileImage due to flakiness

Disabled two tests:
- WebContentsImplBrowserTest.DownloadImage_Deny_FileImage
- WebContentsImplBrowserTest.DownloadImage_Allow_FileImage

TBR=falken@chromium.org

No-Try: true
Bug: 1124349
Change-Id: I5412e0a932b22952e4243c7f075260bf2b434405
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2391889Reviewed-by: default avatarMakoto Shimazu <shimazu@chromium.org>
Commit-Queue: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804164}
parent 5b7b42ca
...@@ -2083,8 +2083,9 @@ IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest, ...@@ -2083,8 +2083,9 @@ IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest,
DownloadImageTestInternal(shell(), kImageUrl, 200, 1); DownloadImageTestInternal(shell(), kImageUrl, 200, 1);
} }
// Disabled due to flakiness: https://crbug.com/1124349.
IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest, IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest,
DownloadImage_Deny_FileImage) { DISABLED_DownloadImage_Deny_FileImage) {
ASSERT_TRUE(embedded_test_server()->Start()); ASSERT_TRUE(embedded_test_server()->Start());
shell()->LoadURL(embedded_test_server()->GetURL("/simple_page.html")); shell()->LoadURL(embedded_test_server()->GetURL("/simple_page.html"));
...@@ -2092,8 +2093,9 @@ IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest, ...@@ -2092,8 +2093,9 @@ IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest,
DownloadImageTestInternal(shell(), kImageUrl, 0, 0); DownloadImageTestInternal(shell(), kImageUrl, 0, 0);
} }
// Disabled due to flakiness: https://crbug.com/1124349.
IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest, IN_PROC_BROWSER_TEST_F(WebContentsImplBrowserTest,
DownloadImage_Allow_FileImage) { DISABLED_DownloadImage_Allow_FileImage) {
shell()->LoadURL(GetTestUrl("", "simple_page.html")); shell()->LoadURL(GetTestUrl("", "simple_page.html"));
const GURL kImageUrl = const GURL kImageUrl =
......
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