Commit 64b0f88f authored by Tim Volodine's avatar Tim Volodine Committed by Commit Bot

Disable flaky test ThumbnailMediaParserTest#testParseVideoH264

The test is flaky on the android-pie-arm64-rel bot.

BUG=1046382
NOTRY=true
TBR=chouinard@chromium.org,xingliu@chromium.org

Change-Id: Ib10da045ae988a1e12a268fff1c9a7ddfe55e1d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023500
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Reviewed-by: default avatarTim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735913}
parent 733e1698
...@@ -13,6 +13,7 @@ import org.junit.Rule; ...@@ -13,6 +13,7 @@ import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.MinAndroidSdkLevel; import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.base.test.util.Restriction; import org.chromium.base.test.util.Restriction;
...@@ -100,6 +101,7 @@ public class ThumbnailMediaParserTest { ...@@ -100,6 +101,7 @@ public class ThumbnailMediaParserTest {
@Feature({"MediaParser"}) @Feature({"MediaParser"})
@MinAndroidSdkLevel(Build.VERSION_CODES.LOLLIPOP) @MinAndroidSdkLevel(Build.VERSION_CODES.LOLLIPOP)
@Restriction(UiRestriction.RESTRICTION_TYPE_PHONE) @Restriction(UiRestriction.RESTRICTION_TYPE_PHONE)
@DisabledTest(message = "flaky on android-pie-arm64-rel, see crbug.com/1046382")
/** /**
* Verify metadata and thumbnail can be retrieved correctly from h264 video file. * Verify metadata and thumbnail can be retrieved correctly from h264 video file.
* @throws InterruptedException * @throws InterruptedException
......
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