24 lines
429 B
TOML
24 lines
429 B
TOML
[DEFAULT]
|
|
skip-if = ["os == 'android'"]
|
|
support-files = "test-dir/test-file"
|
|
|
|
["test_chromeGetTestFile.xhtml"]
|
|
|
|
["test_sample.xhtml"]
|
|
|
|
["test_sanityEventUtils.xhtml"]
|
|
fail-if = ["headless"] # Bug 1678303
|
|
|
|
["test_sanityException.xhtml"]
|
|
|
|
["test_sanityException2.xhtml"]
|
|
|
|
["test_sanityManifest.xhtml"]
|
|
fail-if = ["true"]
|
|
|
|
["test_sanityManifest_pf.xhtml"]
|
|
fail-if = ["true"]
|
|
|
|
["test_tasks_skip.xhtml"]
|
|
|
|
["test_tasks_skipall.xhtml"]
|