14
0
2025-05-06 09:35:04 +00:00
committed by Git OBS Bridge
parent 1c4d69c0db
commit 21c098654c
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 6 09:28:40 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Skip flaky tests for s390x
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 14 12:10:52 UTC 2025 - Nico Krapp <nico.krapp@suse.com> Fri Feb 14 12:10:52 UTC 2025 - Nico Krapp <nico.krapp@suse.com>

View File

@@ -61,6 +61,16 @@ export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=10
donttest="test_close_waits_for_close_frame" donttest="test_close_waits_for_close_frame"
# Disable broken tests with openssl 3.2 and python < 3.11 # Disable broken tests with openssl 3.2 and python < 3.11
donttest+=" or test_reject_invalid_server_certificate" donttest+=" or test_reject_invalid_server_certificate"
%ifarch s390x
# Skip flaky tests
donttest+=" or test_context_takeover"
donttest+=" or test_decompress_max_size"
donttest+=" or test_encode_decode_fragmented_binary_frame"
donttest+=" or test_encode_decode_fragmented_text_frame"
donttest+=" or test_remote_no_context_takeove"
%endif
%pytest_arch -v -k "not ($donttest)" tests %pytest_arch -v -k "not ($donttest)" tests
%files %{python_files} %files %{python_files}