Commit 66321549 authored by Ian Clelland's avatar Ian Clelland Committed by Commit Bot

Disable four media tests for flaking on multiple platforms

Bug: 1001364
Change-Id: I59cb062d6b1bb36c3fc9aabc199b6ee92be05fab
TBR: sadrul@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789415Reviewed-by: default avatarIan Clelland <iclelland@chromium.org>
Commit-Queue: Ian Clelland <iclelland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694365}
parent 91160c63
...@@ -271,7 +271,9 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, ...@@ -271,7 +271,9 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest,
TestSimplePlayback("bear-320x240-v-vp9_profile2_subsample_cenc-v.webm"); TestSimplePlayback("bear-320x240-v-vp9_profile2_subsample_cenc-v.webm");
} }
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_VideoOnly_MP4_VP9Profile2) { // Flaky, disabled. https://crbug.com/1001364.
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest,
DISABLED_Playback_VideoOnly_MP4_VP9Profile2) {
// MP4 without MSE is not support yet, http://crbug.com/170793. // MP4 without MSE is not support yet, http://crbug.com/170793.
if (CurrentSourceType() != SrcType::MSE) { if (CurrentSourceType() != SrcType::MSE) {
DVLOG(0) << "Skipping test; Can only play MP4 encrypted streams by MSE."; DVLOG(0) << "Skipping test; Can only play MP4 encrypted streams by MSE.";
...@@ -286,7 +288,9 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_VideoOnly_WebM_AV1) { ...@@ -286,7 +288,9 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_VideoOnly_WebM_AV1) {
TestSimplePlayback("bear-av1-cenc.webm"); TestSimplePlayback("bear-av1-cenc.webm");
} }
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_VideoOnly_WebM_AV1_10bit) { // Flaky, disabled. https://crbug.com/1001364.
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest,
DISABLED_Playback_VideoOnly_WebM_AV1_10bit) {
TestSimplePlayback("bear-av1-320x180-10bit-cenc.webm"); TestSimplePlayback("bear-av1-320x180-10bit-cenc.webm");
} }
......
...@@ -181,7 +181,8 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearHighBitDepthVP9) { ...@@ -181,7 +181,8 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearHighBitDepthVP9) {
PlayVideo("bear-320x180-hi10p-vp9.webm", GetParam()); PlayVideo("bear-320x180-hi10p-vp9.webm", GetParam());
} }
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBear12DepthVP9) { // Flaky, disabled. https://crbug.com/1001364.
IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_VideoBear12DepthVP9) {
PlayVideo("bear-320x180-hi12p-vp9.webm", GetParam()); PlayVideo("bear-320x180-hi12p-vp9.webm", GetParam());
} }
#endif #endif
...@@ -233,7 +234,8 @@ IN_PROC_BROWSER_TEST_F(MediaTest, VideoBearRotated270) { ...@@ -233,7 +234,8 @@ IN_PROC_BROWSER_TEST_F(MediaTest, VideoBearRotated270) {
#if !defined(OS_ANDROID) #if !defined(OS_ANDROID)
// Android devices usually only support baseline, main and high. // Android devices usually only support baseline, main and high.
IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearHighBitDepthMp4) { // Flaky, disabled. https://crbug.com/1001364.
IN_PROC_BROWSER_TEST_P(MediaTest, DISABLED_VideoBearHighBitDepthMp4) {
PlayVideo("bear-320x180-hi10p.mp4", GetParam()); PlayVideo("bear-320x180-hi10p.mp4", GetParam());
} }
......
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