xpcshell.toml (392B)
1 [DEFAULT] 2 run-if = [ 3 "false", 4 ] 5 6 # running this test leaves a process using 100% of a CPU core until 7 # the xpcshell test harness ends, it is more so that racy forgetting 8 # to shutdown the server can be reproduced easily when testing locally 9 # than something we actually need to run in CI. 10 11 ["test_node_execute_loop.js"] 12 run-sequentially = ["true"] # node server exceptions dont replay well