Bug 1216012 - Disable test_video_in_audio_element.html on emulator-kk. r=jwwang

This commit is contained in:
Benjamin Chen 2015-10-21 13:16:51 +08:00
Родитель e3cf8edd7e
Коммит 190b254fb4
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -47,8 +47,12 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1060896
}
var videos = getPlayableVideos(gSmallTests);
manager.runTests(videos, initTest);
// Bug 1216012, skip the test on emulator-kk.
if (getAndroidVersion() == 19) {
todo(false, "Test disabled on emulator-kk.");
} else {
manager.runTests(videos, initTest);
}
</script>
</head>