From 96409f67fab45f6109e5fbe87913eb566986cc1a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 25 Jan 2018 15:59:17 +0000 Subject: [PATCH] libguestfs: Skip broken gobject tests. --- config.ml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.ml b/config.ml index 2d4884b..7018e88 100644 --- a/config.ml +++ b/config.ml @@ -106,6 +106,10 @@ 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 + +# gobject is broken +# https://bugzilla.redhat.com/show_bug.cgi?id=1524125 +export SKIP_RUN_LIVE_TESTS=1 " ^ match supermin with | None -> "" -- 1.8.3.1