blob: 944db9e3c0dc04f30bd496f2da354588a0552275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[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"]
|