aboutsummaryrefslogtreecommitdiffstats
path: root/TEST
diff options
context:
space:
mode:
Diffstat (limited to 'TEST')
-rw-r--r--TEST13
1 files changed, 12 insertions, 1 deletions
diff --git a/TEST b/TEST
index 590109664..85440271b 100644
--- a/TEST
+++ b/TEST
@@ -76,7 +76,13 @@ TEST_ZCONFIG_OPTIONS="-c -s10"
case "$BB_NAME" in
Amazon*)
;;
-CentOS*)
+CentOS-7*)
+ # ZFS enabled xfstests fails to build
+ TEST_XFSTESTS_SKIP="yes"
+ # Sporadic VERIFY(!zilog_is_dirty(zilog)) failed
+ TEST_ZILTEST_SKIP="yes"
+ ;;
+CentOS-6*)
# Sporadic VERIFY(!zilog_is_dirty(zilog)) failed
TEST_ZILTEST_SKIP="yes"
;;
@@ -88,6 +94,11 @@ RHEL*)
;;
SUSE*)
;;
+Ubuntu-16.04*)
+ # ZFS enabled xfstests fails to build
+ TEST_XFSTESTS_SKIP="yes"
+ TEST_FILEBENCH_SKIP="yes"
+ ;;
Ubuntu*)
;;
*)