blob: d1a4f5cd04fb86a2fc9e528e70ba1cee12774ee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[DEFAULT]
["test_initial_download.py"]
skip-if = [
"debug", # The GAPI key isn't available in debug or sanitizer builds
"asan",
"tsan",
"ccov && os == 'win'", # Bug 1805893
"cc_type == 'clang' && os == 'win'", # Bug 1565818
]
["test_notification.py"]
["test_warning_pages.py"]
|