]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Skip pyca cryptography tests for now
authorMatt Caswell <matt@openssl.org>
Tue, 2 Sep 2025 14:59:13 +0000 (15:59 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 4 Sep 2025 09:40:04 +0000 (10:40 +0100)
These tests fail because they are not compatible with 4.0

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28423)

test/recipes/95-test_external_pyca.t

index 8d24e3e9bdbce7aa04e6df9db92d0abdc0e94043..fe1d3f127a122b96e2efc9d4b0ea2f262fa329a4 100644 (file)
@@ -22,6 +22,9 @@ plan skip_all => "PYCA Cryptography not available"
 plan skip_all => "PYCA tests only available in a shared build"
     if disabled("shared");
 
+# Temporariy disable this test until PYCA Cryptography works with 4.0
+plan skip_all => "PYCA Cryptography needs updating";
+
 plan tests => 1;
 
 ok(run(cmd(["sh", data_file("cryptography.sh")])),