mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
11 lines
332 B
INI
11 lines
332 B
INI
[DEFAULT]
|
|
skip-if = buildapp == 'b2g' || e10s
|
|
|
|
# Synchronous tests like test_alerts.html must come before
|
|
# asynchronous tests like test_alerts_noobserve.html!
|
|
[test_alerts.html]
|
|
skip-if = toolkit == 'android'
|
|
[test_alerts_noobserve.html]
|
|
skip-if = (toolkit == 'android' && processor == 'x86') #x86 only
|
|
[test_multiple_alerts.html]
|