mochitest.toml (250B)
1 [DEFAULT] 2 skip-if = [ 3 "os == 'android'", 4 ] 5 6 ["test_bug1170484.html"] 7 support-files = ["helper_bug1170484.js"] 8 skip-if = [ 9 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1202570 10 ] 11 12 ["test_bug1272623.html"]