зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1216012 - Disable test_video_in_audio_element.html on emulator-kk. r=jwwang
This commit is contained in:
Родитель
e3cf8edd7e
Коммит
190b254fb4
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче