]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Skip the oqsprovider test temporarily because it is currently broken
authorBob Beck <beck@openssl.org>
Fri, 20 Feb 2026 23:11:57 +0000 (16:11 -0700)
committerTomas Mraz <tomas@openssl.org>
Wed, 25 Feb 2026 10:13:16 +0000 (11:13 +0100)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Wed Feb 25 10:15:00 2026
(Merged from https://github.com/openssl/openssl/pull/29862)

test/recipes/95-test_external_oqsprovider.t

index 139fc811be4f5c195e4f45a81d79d900c3272a18..25a9b20a78890068345e49a10e0b8cf47034c4f6 100644 (file)
@@ -20,6 +20,8 @@ plan skip_all => "oqsprovider tests not available on Windows or VMS"
 plan skip_all => "oqsprovider tests only available in a shared build"
     if disabled("shared");
 
+plan skip_all => "oqsprovider HEAD is currently broken - skipping test";
+    
 plan tests => 1;
 
 $ENV{SHLIB_VERSION_NUMBER} = config('shlib_version');