From: Daan De Meyer Date: Fri, 10 Jan 2025 14:29:28 +0000 (+0100) Subject: fmf: Skip TEST-21-DFUZZER X-Git-Tag: v258-rc1~1640^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F35955%2Fhead;p=thirdparty%2Fsystemd.git fmf: Skip TEST-21-DFUZZER Similar to Github Actions, since we don't build with sanitizers in the packit job, let's skip TEST-21-DFUZZER. --- diff --git a/test/fmf/integration-tests/test.sh b/test/fmf/integration-tests/test.sh index 06a98bfd7a0..f82961f9599 100755 --- a/test/fmf/integration-tests/test.sh +++ b/test/fmf/integration-tests/test.sh @@ -124,6 +124,10 @@ else NPROC="$((NPROC - 1))" fi +# This test is only really useful if we're building with sanitizers and takes a long time, so let's skip it +# for now. +export TEST_SKIP="TEST-21-DFUZZER" + # Create missing mountpoint for mkosi sandbox. mkdir -p /etc/pacman.d/gnupg