From 855154e05f432914715cf620264876213e5dfa1d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 9 Oct 2017 15:48:25 +0100 Subject: [PATCH] Skip broken 9p test. --- config.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ml b/config.ml index ba5f90f..2d73144 100644 --- a/config.ml +++ b/config.ml @@ -99,6 +99,9 @@ export SKIP_TEST_BTRFS_DEVICES_SH=1 # Kernel takes lots of RAM for virtio-scsi RHBZ#1478201 export SKIP_TEST_255_DISKS_SH=1 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 " ^ match supermin with | None -> "" -- 1.8.3.1