blob: cb328ca2c88db2187e7b7797e236d74f754a1b06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[DEFAULT]
head = ""
["test_terminator_record.js"]
skip-if = [
"debug",
"asan", # Disabled by bug 1242084, bug 1255484 will enable it again
"ccov", # Bug 1607583 tracks the ccov failure
"tsan", # Bug 1683730 made this timeout for tsan.
]
run-sequentially = "very high failure rate in parallel"
["test_terminator_reload.js"]
skip-if = ["os == 'android'"]
run-sequentially = "very high failure rate in parallel"
|