]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fmf: Skip TEST-21-DFUZZER 35955/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 10 Jan 2025 14:29:28 +0000 (15:29 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 10 Jan 2025 15:14:01 +0000 (16:14 +0100)
Similar to Github Actions, since we don't build with sanitizers in
the packit job, let's skip TEST-21-DFUZZER.

test/fmf/integration-tests/test.sh

index 06a98bfd7a0be188226da7aff745f124736a5f49..f82961f9599d003f14f1989ebb1885db64b21d58 100755 (executable)
@@ -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