mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1129164 - Disable some failing mochitests on mulet. r=bent
This commit is contained in:
parent
cb1d019766
commit
a8674499c4
@ -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]
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user