From 198017d9cbd2092e8147bef56d1089304ff0788a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 18 Oct 2017 18:41:38 +0100 Subject: [PATCH] Skip tests broken by libvirt not supporting qemu >= 2.10 locking. --- config.ml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.ml b/config.ml index 2d73144..2d4884b 100644 --- a/config.ml +++ b/config.ml @@ -102,6 +102,10 @@ export SKIP_TEST_ADD_LOTS_OF_DISKS_SH=1 # virtio-9p modules don't all get loaded RHBZ#1499896 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 " ^ match supermin with | None -> "" -- 1.8.3.1