X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=test%2Frecipes%2F81-test_cmp_cli.t;h=e5c19a17458415f4b036194df6c67918dd58506d;hb=e25b4db754b2327be27fa0c1a4f6e66f57368293;hp=03ad986e78eaffec90a97bc55f580e505f3338ee;hpb=e9d74dbd3676603a257cedcdcbd720a3a9a775a5;p=thirdparty%2Fopenssl.git diff --git a/test/recipes/81-test_cmp_cli.t b/test/recipes/81-test_cmp_cli.t index 03ad986e78..e5c19a1745 100644 --- a/test/recipes/81-test_cmp_cli.t +++ b/test/recipes/81-test_cmp_cli.t @@ -21,7 +21,7 @@ BEGIN { } use lib srctop_dir('Configurations'); use lib bldtop_dir('.'); -use platform; + plan skip_all => "These tests are not supported in a fuzz build" if config('options') =~ /-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION/;