14
0
2024-10-03 05:11:07 +00:00
committed by Git OBS Bridge
parent 29ba66e58c
commit 9687d3e2d5
2 changed files with 5 additions and 1 deletions

View File

@@ -128,6 +128,8 @@ skiplist+=" or test_recent_date"
skiplist+=" or test_requesting_large_resources_via_ssl"
# Try to access external evil.com
skiplist+=" or test_deprecated_no_scheme"
# weird threading issues on OBS runners
skiplist+=" or test_http2_probe_blocked_per_thread"
%pytest %{?jobs:-n %jobs} -k "not (${skiplist})" --ignore test/with_dummyserver/test_socketlevel.py
%endif