From 3e985396a9162577c0b5b2bf516c7347d5a0ed5c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 24 Jul 2020 17:52:04 +0100 Subject: [PATCH] Disable test-partition1.sh because of sfdisk bug. --- nbdkit.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nbdkit.spec b/nbdkit.spec index 4316fc5..c8fcd5c 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -721,6 +721,10 @@ truncate -s 0 tests/test-cache-max-size.sh # https://www.redhat.com/archives/libguestfs/2020-March/msg00191.html truncate -s 0 tests/test-nbd-tls.sh tests/test-nbd-tls-psk.sh +# Temporarily kill test-partition1.sh because of sfdisk bug: +# https://bugzilla.redhat.com/show_bug.cgi?id=1860461 +truncate -s 0 tests/test-partition1.sh + # Make sure we can see the debug messages (RHBZ#1230160). export LIBGUESTFS_DEBUG=1 export LIBGUESTFS_TRACE=1 @@ -1066,6 +1070,7 @@ export LIBGUESTFS_TRACE=1 %changelog * Fri Jul 24 2020 Richard W.M. Jones - 1.21.20-1 - New upstream development version 1.21.20. +- Disable test-partition1.sh because of sfdisk bug. * Tue Jul 21 2020 Tom Stellard - 1.21.19-2 - Use make macros