From 2c76bca15da989e89173220a08b634ad0868d1cc Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 11 Dec 2018 17:54:19 +0000 Subject: [PATCH] Skip some libguestfs slow tests. --- config.ml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.ml b/config.ml index 4aaf1b8..2336537 100644 --- a/config.ml +++ b/config.ml @@ -108,6 +108,14 @@ export SKIP_TEST820RHBZ912499_PY=1 # ntfsclone is broken in Rawhide (RHBZ#1601146). export SKIP_TEST_NTFSCLONE_SH=1 + +# Kernel broken. +# https://bugzilla.redhat.com/show_bug.cgi?id=1657200 +export SKIP_TEST_BIG_DIRS_PL=1 + +# Setting hostname on Ubuntu 18.04 is broken. +# https://bugzilla.redhat.com/show_bug.cgi?id=1658307 +export SKIP_TEST_SETTINGS_UBUNTU_18_04_SH=1 " ^ match supermin with | None -> "" -- 1.8.3.1