Compare commits
1 Commits
bundle
...
bundle_nex
| Author | SHA256 | Date | |
|---|---|---|---|
|
f733a170cf
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 19 10:27:32 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
|
||||||
|
|
||||||
|
- Ignore test_ssl.py::HttpslibSSLSNIClientTestCase::test_IP_call
|
||||||
|
for RHEL 10 and clones as it's getting stuck in OBS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 22 10:38:11 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
|
Mon Sep 22 10:38:11 UTC 2025 - Victor Zhestkov <vzhestkov@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -105,6 +105,10 @@ donttest="test_verify_with_static_callback"
|
|||||||
# Skip test failing due to tls1 disabled by default in Ubuntu 20.04
|
# Skip test failing due to tls1 disabled by default in Ubuntu 20.04
|
||||||
donttest="$donttest or test_tls1_ok"
|
donttest="$donttest or test_tls1_ok"
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?rhel} >= 10
|
||||||
|
# Ignore test_IP_call as it's causing test getting stuck in OBS
|
||||||
|
donttest="$donttest or test_IP_call"
|
||||||
|
%endif
|
||||||
%if 0%{?rhel} >= 9
|
%if 0%{?rhel} >= 9
|
||||||
# On RHEL 9 and 10 clonses crypto policies are not allowing legacy crypto parameters.
|
# On RHEL 9 and 10 clonses crypto policies are not allowing legacy crypto parameters.
|
||||||
# There are some tests (24 for now) which are failing because of it.
|
# There are some tests (24 for now) which are failing because of it.
|
||||||
|
|||||||
Reference in New Issue
Block a user