summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2017-04-06 17:15:30 -0700
committerGitHub <[email protected]>2017-04-06 17:15:30 -0700
commitbbfd6354a893775f7f1456b2d91479716a507be0 (patch)
tree950b74dc6138a3621e881d5fd6e2681be2e29086
parentf02ad0dc751662dd15537c54c3e25bca9ccefa6c (diff)
Skip xfstests on Amazon Linux
The ZFS enabled versions of xfstests fails to build cleanly on Amazon Linux. This issue should be resolved by rebasing the ZFS patches against the latest xfstests and pushing those patches upstream. This would allow us to use an unmodified xfstests. Reviewed-by: Giuseppe Di Natale <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Issue #5481 Closes #5977
-rw-r--r--TEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/TEST b/TEST
index db70180f6..7a909a098 100644
--- a/TEST
+++ b/TEST
@@ -71,6 +71,8 @@ TEST_ZCONFIG_OPTIONS="-c -s10"
#
case "$BB_NAME" in
Amazon*)
+ # ZFS enabled xfstests fails to build
+ TEST_XFSTESTS_SKIP="yes"
;;
CentOS-7*)
# ZFS enabled xfstests fails to build