Commit 51bbb9a8 authored by Yoichi Osato's avatar Yoichi Osato Committed by Commit Bot

Disable flaky ContentFaviconDriverTest.ShouldNotRequestRepeatedlyIfUnavailable

TBR=mastiz@chromium.org

Bug: 1011196
Change-Id: Icd3cfd3860068b1530d5393868fedd2b6bcb2c78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839312Reviewed-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@{#702699}
parent 255e53df
...@@ -120,7 +120,8 @@ TEST_F(ContentFaviconDriverTest, DISABLED_ShouldNotCauseImageDownload) { ...@@ -120,7 +120,8 @@ TEST_F(ContentFaviconDriverTest, DISABLED_ShouldNotCauseImageDownload) {
// Test that Favicon is not requested repeatedly during the same session if // Test that Favicon is not requested repeatedly during the same session if
// the favicon is known to be unavailable (e.g. due to HTTP 404 status). // the favicon is known to be unavailable (e.g. due to HTTP 404 status).
TEST_F(ContentFaviconDriverTest, ShouldNotRequestRepeatedlyIfUnavailable) { TEST_F(ContentFaviconDriverTest,
DISABLED_ShouldNotRequestRepeatedlyIfUnavailable) {
ON_CALL(favicon_service_, WasUnableToDownloadFavicon(kIconURL)) ON_CALL(favicon_service_, WasUnableToDownloadFavicon(kIconURL))
.WillByDefault(Return(true)); .WillByDefault(Return(true));
// Mimic a page load. // Mimic a page load.
......
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