summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/recipes/30-test_defltfips.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recipes/30-test_defltfips.t b/test/recipes/30-test_defltfips.t
index 426bd660d1..103f28da76 100644
--- a/test/recipes/30-test_defltfips.t
+++ b/test/recipes/30-test_defltfips.t
@@ -21,6 +21,9 @@ BEGIN {
use lib srctop_dir('Configurations');
use lib bldtop_dir('.');
+plan skip_all => "Configuration loading is turned off"
+ if disabled("autoload-config");
+
my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0);
plan tests =>