Bug 1548446 - disable 'test_webvtt_seeking.html' on Android r=jolin

According to the comment [1], there are some seeking issue on Android which causes the intermittent failure, so we are going to disable this test on Android.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1548446#c17

Differential Revision: https://phabricator.services.mozilla.com/D31513

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alastor Wu 2019-05-17 22:40:33 +00:00
parent 25e8969644
commit d65a4e80c9

View File

@ -1273,7 +1273,7 @@ tags = webvtt
skip-if = android_version == '22' # android(bug 1368010)
tags = webvtt
[test_webvtt_seeking.html]
skip-if = android_version == '22' # android(bug 1368010)
skip-if = toolkit == 'android' # bug 1368010, bug 1548446
tags = webvtt
# The tests below contain backend-specific tests. Write backend independent
# tests rather than adding to this list.