diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2025-01-10 15:29:28 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2025-01-10 16:14:01 +0100 |
commit | e0c2fd6a3345d26afdf4159406c38cd9101d2e0d (patch) | |
tree | 7eb202b9207b059fd872294a5ab83f39624ebbeb /test/fmf | |
parent | fmf: Use different heuristic on beefy systems (diff) | |
download | systemd-e0c2fd6a3345d26afdf4159406c38cd9101d2e0d.tar.xz systemd-e0c2fd6a3345d26afdf4159406c38cd9101d2e0d.zip |
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.
Diffstat (limited to 'test/fmf')
-rwxr-xr-x | test/fmf/integration-tests/test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fmf/integration-tests/test.sh b/test/fmf/integration-tests/test.sh index 06a98bfd7a..f82961f959 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 |