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