summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-04-26 12:59:23 +0200
committerTomas Mraz <tomas@openssl.org>2021-04-28 12:06:08 +0200
commit624359374b9af4f99ce1bfaf89e28b7306987777 (patch)
treeb83b7ed1d4147a438dfea9ed5b4b03e9a6b97eb5 /test
parent50c096ebb036773fd5d3f298533412c02f3c6432 (diff)
Skip test_fipsload when fips is disabled.
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/15027)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/90-test_fipsload.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/recipes/90-test_fipsload.t b/test/recipes/90-test_fipsload.t
index 1ebf1b8a3c..9aa39da0e4 100644
--- a/test/recipes/90-test_fipsload.t
+++ b/test/recipes/90-test_fipsload.t
@@ -16,6 +16,7 @@ use lib srctop_dir('Configurations');
use lib bldtop_dir('.');
use platform;
+plan skip_all => 'Test is disabled with disabled fips' if disabled('fips');
plan skip_all => 'Test only supported in a shared build' if disabled('shared');
plan skip_all => 'Test is disabled on AIX' if config('target') =~ m|^aix|;
plan skip_all => 'Test is disabled on NonStop ia64' if config('target') =~ m|^nonstop-nse|;