libguestfs: Ignore error: mkfs_btrfs: /dev/sda1: not enough free space.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 15 Dec 2015 17:55:51 +0000 (17:55 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 15 Dec 2015 17:55:51 +0000 (17:55 +0000)
See RHBZ#1291715.

config.ml

index 999e9ea..87d53bd 100644 (file)
--- a/config.ml
+++ b/config.ml
@@ -79,6 +79,9 @@ export SKIP_TEST_SYSLINUX_PL=1
 # See https://www.redhat.com/archives/libguestfs/2015-November/msg00144.html
 export SKIP_TEST_INOTIFY_ADD_WATCH=1
 
+# libguestfs: error: mkfs_btrfs: /dev/sda1: not enough free space
+# (RHBZ#1291715).
+export SKIP_TEST_BTRFS_IMAGE_0=1
 " ^
     match supermin with
     | None -> ""