blob: d13ac34bd6dadd0e05e4392cd64c1638a75082a3 (
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
26
27
28
29
30
31
32
33
34
|
[DEFAULT]
tags = "devtools"
subsuite = "devtools"
support-files = [
"!/devtools/client/shared/test/shared-head.js",
"target_configuration_test_doc.sjs",
"head.js",
]
["browser_target_configuration_command.js"]
["browser_target_configuration_command_color_scheme.js"]
skip-if = [
"http3", # Bug 1829298
"http2",
]
["browser_target_configuration_command_custom_user_agent.js"]
skip-if = [
"http3", # Bug 1829298
"http2",
]
["browser_target_configuration_command_dppx.js"]
skip-if = [
"http3", # Bug 1829298
"http2",
]
["browser_target_configuration_command_touch_events.js"]
skip-if = [
"http3", # Bug 1829298
"http2",
]
|