Commit 07283f73 authored by xhwang@chromium.org's avatar xhwang@chromium.org

Reenable disabled Widevine playback tests.

These tests were disabled due to issue 349526. Now this issue is fixed and this
CL reenables them.

R=ddorwin@chromium.org,shadi@chromium.org
BUG=349526
TEST=The enabled tests pass locally.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263146 0039d316-1c4b-4281-b951-d872f2087c98
parent 50f36a01
......@@ -507,22 +507,10 @@ INSTANTIATE_TEST_CASE_P(MSE_Widevine,
#endif // defined(WIDEVINE_CDM_AVAILABLE)
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_AudioOnly_WebM) {
#if defined(WIDEVINE_CDM_AVAILABLE)
if (IsWidevine(CurrentKeySystem())) {
VLOG(0) << "Test disabled on Widevine key system, crbug.com/349526.";
return;
}
#endif
TestSimplePlayback("bear-a-enc_a.webm", kWebMAudioOnly);
}
IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, Playback_AudioClearVideo_WebM) {
#if defined(WIDEVINE_CDM_AVAILABLE)
if (IsWidevine(CurrentKeySystem())) {
VLOG(0) << "Test disabled on Widevine key system, crbug.com/349526.";
return;
}
#endif
TestSimplePlayback("bear-320x240-av-enc_a.webm", kWebMAudioVideo);
}
......
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