From 9220c617d6f522591fff56fab258cd5a0d5292ae Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 19 Nov 2015 21:33:52 +0000 Subject: [PATCH] libguestfs_upstream: Ignore failing inotify_add_watch test. See https://www.redhat.com/archives/libguestfs/2015-November/msg00144.html --- config.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ml b/config.ml index e6d5e3c..999e9ea 100644 --- a/config.ml +++ b/config.ml @@ -76,6 +76,9 @@ export SKIP_TEST_XFS_MISC_PL=1 # syslinux broken by mtools (RHBZ#1275087). export SKIP_TEST_SYSLINUX_PL=1 +# See https://www.redhat.com/archives/libguestfs/2015-November/msg00144.html +export SKIP_TEST_INOTIFY_ADD_WATCH=1 + " ^ match supermin with | None -> "" -- 1.8.3.1