Commit 2d3d589d authored by jam@chromium.org's avatar jam@chromium.org

Disable MSE_ClearKey/EncryptedMediaTest.Playback_VP9Video_WebM/0 as its failing often.

BUG=402766
TBR=xhwang@chromium.org

Review URL: https://codereview.chromium.org/463933002

Cr-Commit-Position: refs/heads/master@{#289003}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289003 0039d316-1c4b-4281-b951-d872f2087c98
parent 49607ff4
...@@ -533,7 +533,8 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_VideoClearAudio_WebM) { ...@@ -533,7 +533,8 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_VideoClearAudio_WebM) {
TestSimplePlayback("bear-320x240-av_enc-v.webm", kWebMAudioVideo); TestSimplePlayback("bear-320x240-av_enc-v.webm", kWebMAudioVideo);
} }
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_VP9Video_WebM) { // http://crbug.com/402766
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, DISABLED_Playback_VP9Video_WebM) {
TestSimplePlayback("bear-320x240-v-vp9_enc-v.webm", kWebMVP9VideoOnly); TestSimplePlayback("bear-320x240-v-vp9_enc-v.webm", kWebMVP9VideoOnly);
} }
......
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