blob: 54fe522226adaae8c656936234e2344847f2bb59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[DEFAULT]
skip-if = os == 'android'
support-files = test-dir/test-file
[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_chromeGetTestFile.xhtml]
[test_tasks_skip.xhtml]
[test_tasks_skipall.xhtml]
|