Commit 50d5253c authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

Disable flaky ContentFaviconDriverTest.ShouldNotCauseImageDownload

TBR=mastiz@chromium.org

Bug: 1010207
Change-Id: Ie1d8cea49b1aa5b1dfd785b1fe667e44fd96e7d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837317Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Auto-Submit: Yoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702318}
parent 89bb689c
......@@ -103,7 +103,7 @@ TEST_F(ContentFaviconDriverTest, ShouldCauseImageDownload) {
// Test that no download is initiated when DocumentOnLoadCompletedInMainFrame()
// is not triggered (e.g. user stopped an ongoing page load).
TEST_F(ContentFaviconDriverTest, ShouldNotCauseImageDownload) {
TEST_F(ContentFaviconDriverTest, DISABLED_ShouldNotCauseImageDownload) {
ContentFaviconDriver* favicon_driver =
ContentFaviconDriver::FromWebContents(web_contents());
web_contents_tester()->NavigateAndCommit(kPageURL);
......
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