forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathrts_banned_suites.json
29 lines (28 loc) · 921 Bytes
/
rts_banned_suites.json
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
{
"*": [
"xr_browser_tests",
"metrics_python_tests",
"mojo_python_unittests",
"blink_python_tests",
"gl_unittests_ozone",
"grit_python_unittests",
"telemetry_perf_unittests",
"telemetry_perf_unittests_android_chrome",
"telemetry_perf_unittests_android_monochrome",
"telemetry_perf_unittests_android_monochrome_bundle",
"telemetry_perf_unittests_android_weblayer",
"telemetry_perf_unittests_android_webview",
"maps_tests",
"telemetry_gpu_unittests",
"telemetry_gpu_integration_test",
"telemetry_gpu_integration_test_android_chrome",
"telemetry_gpu_integration_test_android_monochrome",
"telemetry_gpu_integration_test_android_monochrome_bundle",
"telemetry_gpu_integration_test_android_weblayer",
"telemetry_gpu_integration_test_android_webview",
"monochrome_public_apk_checker"
],
"fuchsia_x64_rts": [
"blink_web_tests"
]
}