21 lines
562 B
TOML
21 lines
562 B
TOML
[DEFAULT]
|
|
tags = "devtools"
|
|
subsuite = "devtools"
|
|
support-files = [
|
|
"head.js",
|
|
"fixtures/*",
|
|
"!/devtools/client/shared/test/shared-head.js",
|
|
"!/devtools/client/shared/test/telemetry-test-helpers.js",
|
|
]
|
|
|
|
["browser_getContentType.js"]
|
|
|
|
["browser_locations.js"]
|
|
|
|
["browser_source-map.js"]
|
|
|
|
["browser_wasm-source-map.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
|
|
]
|