15 lines
364 B
TOML
15 lines
364 B
TOML
[DEFAULT]
|
|
head = "head.js"
|
|
icecat-appdir = "browser"
|
|
|
|
["test_ContentRelevancyManager.js"]
|
|
skip-if = ["os == 'android'"] # bug 1886601
|
|
lineno = "5"
|
|
|
|
["test_InputUtils.js"]
|
|
skip-if = ["os == 'android'"] # bug 1886601
|
|
lineno = "9"
|
|
|
|
["test_Telemetry.js"]
|
|
skip-if = ["os == 'android'"] # bug 1886601
|
|
run-sequentially = "concurrent runs would interfere with each other"
|