Skip to content

Commit

Permalink
Disable flaky test for ThumbnailDiskStorageTest
Browse files Browse the repository at this point in the history
Failing test:
ThumbnailDiskStorageTest#testRetrieveThumbnailShouldMakeEntryMostRecent

TBR=qinmin@chromium.org
BUG=786212
NOTRY=true

Change-Id: I3a52e5017406efe413f7cbc0f3e37a9762914653
Reviewed-on: https://chromium-review.googlesource.com/776129
Reviewed-by: Tommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517228}
  • Loading branch information
tommynyquist committed Nov 17, 2017
1 parent 94850fa commit 607b253
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public void testRepeatedInsertShouldBeUpdated() throws Throwable {
/**
* Verify that retrieveThumbnail makes the called entry the most recent entry in cache.
*/
@DisabledTest(message = "crbug.com/786212")
@Test
@SmallTest
public void testRetrieveThumbnailShouldMakeEntryMostRecent() throws Throwable {
Expand Down

0 comments on commit 607b253

Please sign in to comment.