From 8a0e19f61549254f92f6ba5fdb2da9da57bd0d48 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 14 Jul 2018 09:46:04 +0100 Subject: [PATCH] libguestfs: Skip broken ntfsclone test. --- config.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ml b/config.ml index 2d4884b..1b3b840 100644 --- a/config.ml +++ b/config.ml @@ -106,6 +106,9 @@ export SKIP_TEST_9P_SH=1 # These tests are broken by libvirt not supporting qemu >= 2.10 locking. # REMOVE THIS when fixed. export SKIP_TEST820RHBZ912499_PY=1 + +# ntfsclone is broken in Rawhide (RHBZ#1601146). +export SKIP_TEST_NTFSCLONE_SH=1 " ^ match supermin with | None -> "" -- 1.8.3.1