blob: d0ea28c83c4546858196ac9b090329f88120711c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[DEFAULT]
["test_BHRObserver.js"]
# BHR is disabled on android and outside of nightly
skip-if = [
"debug",
"os == 'android'",
"release_or_beta",
"os == 'mac'", # Bug 1417723
"win11_2009 && bits == 32", # Bug 1760134
"os == 'win' && msix",
]
support-files = ["child_cause_hang.js"]
run-sequentially = "very high failure rate in parallel"
|