browser.toml (445B)
1 [DEFAULT] 2 subsuite = "screenshots" 3 support-files = ["../head.js"] 4 5 ["browser_controlCenter.js"] 6 https_first_disabled = true 7 skip-if = [ 8 "os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # macosx1014 times out, see bug 1554821 9 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # macosx1014 times out, see bug 1554821 10 "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # macosx1014 times out, see bug 1554821 11 ]