Bug 1129164 - Disable some failing mochitests on mulet. r=bent

This commit is contained in:
Alexandre Lissy 2015-02-12 23:51:00 +01:00
parent 014c05b74d
commit b82106e15e
2 changed files with 3 additions and 2 deletions

View File

@ -37,6 +37,7 @@ skip-if = (buildapp == 'b2g' && toolkit != 'gonk') #Bug 931116, b2g desktop spec
[test_bug639338.xhtml]
[test_bug790265.xhtml]
[test_bug821850.html]
skip-if = buildapp == 'mulet'
[test_bug844783.html]
[test_bug872273.xhtml]
[test_bug946815.html]

View File

@ -9,6 +9,6 @@ support-files =
[test_private_window_from_content.html]
# Next two tests are disabled in e10s because of bug 989501.
[test_window_open_position_constraint.html]
skip-if = toolkit == 'android' || e10s
skip-if = toolkit == 'android' || e10s || buildapp == 'mulet'
[test_window_open_units.html]
skip-if = toolkit == 'android' || e10s
skip-if = toolkit == 'android' || e10s || buildapp == 'mulet'