Commit 94850fa8 authored by Tommy Nyquist's avatar Tommy Nyquist

Disable flaky test ThumbnailDiskStorageTest#testRemoveAllThumbnailsWithSameContentId

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

Change-Id: I7f95b097012f6bb5b46458c43e71edf4a5861c8c
Reviewed-on: https://chromium-review.googlesource.com/776127Reviewed-by: default avatarTommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517227}
parent d427d7f6
...@@ -17,6 +17,7 @@ import org.junit.Test; ...@@ -17,6 +17,7 @@ import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.UrlUtils; import org.chromium.base.test.util.UrlUtils;
import org.chromium.chrome.test.ChromeJUnit4ClassRunner; import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
import org.chromium.content.browser.test.util.Criteria; import org.chromium.content.browser.test.util.Criteria;
...@@ -274,6 +275,7 @@ public class ThumbnailDiskStorageTest { ...@@ -274,6 +275,7 @@ public class ThumbnailDiskStorageTest {
* Verify that removeFromDisk removes all thumbnails with the same content ID but different * Verify that removeFromDisk removes all thumbnails with the same content ID but different
* sizes. * sizes.
*/ */
@DisabledTest(message = "crbug.com/778829")
@Test @Test
@SmallTest @SmallTest
public void testRemoveAllThumbnailsWithSameContentId() throws Throwable { public void testRemoveAllThumbnailsWithSameContentId() 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