Bug 758476 and bug 981086 - Disable test_play_twice.html on Android for frequent failures.

This commit is contained in:
Ryan VanderMeulen 2014-05-06 12:20:26 -04:00
Родитель af8375b4b9
Коммит 980475560a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -468,7 +468,8 @@ skip-if = buildapp == 'b2g'
# you have fixed the timeouts of bug 832768, bug 814533, bug 840742
[test_play_twice.html]
skip-if = (appname == "seamonkey") || (toolkit == 'gonk') # Seamonkey: Bug 598252, B2G: Bug 982100
# Seamonkey: Bug 598252, B2G: Bug 982100, Android: Bug 758476, bug 981086
skip-if = appname == "seamonkey" || toolkit == 'gonk' || toolkit == 'android'
[test_buffered.html]
skip-if = toolkit == 'android' || os == "win" || (toolkit == 'gonk' && !debug) # See bug 832768 and 864682, b2g(assertion failures)