Commit be89d22c authored by Tim Volodine's avatar Tim Volodine Committed by Commit Bot

Disable failing test PhotoPickerDialogTest#testVideoPlayerPlayAndRestart

PhotoPickerDialogTest#testVideoPlayerPlayAndRestart fails on
android-pie-arm64-rel.

BUG=1046347
NOTRY=true
TBR=chouinard@chromium.org,finnur@chromium.org

Change-Id: I54a57c5f499266b6be83916604ea0aa4837686c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024852
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Reviewed-by: default avatarTim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735866}
parent ba29de85
......@@ -22,7 +22,7 @@ import org.junit.runner.RunWith;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.DisableIf;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.MinAndroidSdkLevel;
import org.chromium.base.test.util.UrlUtils;
import org.chromium.chrome.R;
......@@ -328,7 +328,8 @@ public class PhotoPickerDialogTest implements PhotoPickerListener, SelectionObse
@Test
@LargeTest
@DisableIf.Build(sdk_is_less_than = Build.VERSION_CODES.N) // Video is only supported on N+.
//@DisableIf.Build(sdk_is_less_than = Build.VERSION_CODES.N) // Video is only supported on N+.
@DisabledTest(message = "crbug.com/1046347")
public void testVideoPlayerPlayAndRestart() throws Throwable {
// Requesting to play a video is not a case of an accidental disk read on the UI thread.
StrictMode.ThreadPolicy oldPolicy = TestThreadUtils.runOnUiThreadBlocking(
......
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