mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
Bug 1760134 - Fix identation and syntax for disabling condition. a=test-only
CLOSED TREE
This commit is contained in:
parent
4b7d1c1ecc
commit
513d9c0f27
@ -1,6 +1,10 @@
|
||||
[test_BHRObserver.js]
|
||||
# BHR is disabled on android and outside of nightly
|
||||
skip-if = debug || os == "android" || release_or_beta || (os == "mac") # mac due to 1417723
|
||||
os == "win" and bits == 32 # Bug 1760134
|
||||
skip-if =
|
||||
debug
|
||||
(os == "android")
|
||||
release_or_beta
|
||||
(os == "mac") # Bug 1417723
|
||||
(os == "win" && bits == 32) # Bug 1760134
|
||||
support-files = child_cause_hang.js
|
||||
run-sequentially = very high failure rate in parallel
|
||||
|
Loading…
x
Reference in New Issue
Block a user