Commit 607b2530 authored by Tommy Nyquist's avatar Tommy Nyquist

Disable flaky test for ThumbnailDiskStorageTest

Failing test:
ThumbnailDiskStorageTest#testRetrieveThumbnailShouldMakeEntryMostRecent

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

Change-Id: I3a52e5017406efe413f7cbc0f3e37a9762914653
Reviewed-on: https://chromium-review.googlesource.com/776129Reviewed-by: default avatarTommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517228}
parent 94850fa8
......@@ -213,6 +213,7 @@ public class ThumbnailDiskStorageTest {
/**
* 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 {
......
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