From 71222f71e6ebd05aba2a2b5e9e322e2a1e3d0c54 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 2 Aug 2020 10:15:14 +0100 Subject: [PATCH] Temporarily kill test-nozero.sh. --- nbdkit.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nbdkit.spec b/nbdkit.spec index d802d70..b2718b8 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -729,6 +729,13 @@ truncate -s 0 tests/test-nbd-tls.sh tests/test-nbd-tls-psk.sh # https://bugzilla.redhat.com/show_bug.cgi?id=1860461 truncate -s 0 tests/test-partition1.sh +# Temporarily kill test-nozero.sh. It fails reliably on i686 and +# x86_64 for reasons which are not understood. See discussion +# upstream here: +# https://www.redhat.com/archives/libguestfs/2020-July/msg00148.html +# https://www.redhat.com/archives/libguestfs/2020-August/msg00000.html +truncate -s 0 tests/test-nozero.sh + # Make sure we can see the debug messages (RHBZ#1230160). export LIBGUESTFS_DEBUG=1 export LIBGUESTFS_TRACE=1