From: Pauli Date: Wed, 22 Mar 2023 01:13:07 +0000 (+1100) Subject: Disable the policy tree exponential growth test conditionally X-Git-Tag: OpenSSL_1_1_1u~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13e030c60dbb19653c4e706b98946ed316bef723;p=thirdparty%2Fopenssl.git Disable the policy tree exponential growth test conditionally If there is no EC specified, the test won't pass. Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/20572) (cherry picked from commit f5935fcf8e4bc2191ac4a32e5b7ec32817642f1e) --- diff --git a/test/recipes/80-test_policy_tree.t b/test/recipes/80-test_policy_tree.t index 606ad05e9c4..1ddd65e8979 100644 --- a/test/recipes/80-test_policy_tree.t +++ b/test/recipes/80-test_policy_tree.t @@ -18,6 +18,8 @@ use OpenSSL::Glob; setup("test_policy_tree"); +plan skip_all => "No EC support" if disabled("ec"); + plan tests => 2; # The small pathological tree is expected to work