summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutconfig/test/browser/browser.toml
blob: 373d51cf064ed7069a923deb661b61dfffe45da0 (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
25
[DEFAULT]
skip-if = [
    "debug", # Bug 1507747
    "asan", # Bug 1520398
    "tsan"
]
support-files = ["head.js"]

["browser_accessibility.js"]

["browser_basic.js"]

["browser_clipboard.js"]

["browser_edit.js"]
skip-if = ["os == 'linux' && ccov"]  # Bug 1613515, the test consistently times out on Linux coverage builds.

["browser_locked.js"]

["browser_observe.js"]
skip-if = ["os == 'linux' && ccov"]  # Bug 1614978, the test consistently times out on Linux coverage builds.

["browser_search.js"]

["browser_warning.js"]