9 lines
179 B
TOML
9 lines
179 B
TOML
[DEFAULT]
|
|
head = ""
|
|
skip-if = ["os == 'android'"]
|
|
|
|
["test_ipcshell.js"]
|
|
# Bug 676963: test fails consistently on Android
|
|
fail-if = ["os == 'android'"]
|
|
|
|
["test_ipcshell_child.js"]
|