summaryrefslogtreecommitdiffstats
path: root/test/recipes/75-test_quicapi.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/75-test_quicapi.t')
-rw-r--r--test/recipes/75-test_quicapi.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recipes/75-test_quicapi.t b/test/recipes/75-test_quicapi.t
index bd411f221c..e1ce5eabb2 100644
--- a/test/recipes/75-test_quicapi.t
+++ b/test/recipes/75-test_quicapi.t
@@ -22,6 +22,9 @@ my $no_fips = disabled('fips') || ($ENV{NO_FIPS} // 0);
plan skip_all => "QUIC protocol is not supported by this OpenSSL build"
if disabled('quic');
+plan skip_all => "These tests are not supported in a fuzz build"
+ if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION|enable-fuzz-afl/;
+
plan tests =>
($no_fips ? 0 : 1) # quicapitest with fips
+ 1; # quicapitest with default provider