summaryrefslogtreecommitdiffstats
path: root/TEST
diff options
context:
space:
mode:
Diffstat (limited to 'TEST')
-rw-r--r--TEST11
1 files changed, 11 insertions, 0 deletions
diff --git a/TEST b/TEST
index 1cdbde8aa..590109664 100644
--- a/TEST
+++ b/TEST
@@ -93,3 +93,14 @@ Ubuntu*)
*)
;;
esac
+
+###
+#
+# Disable the following test suites on 32-bit systems.
+#
+if [ $(getconf LONG_BIT) = "32" ]; then
+ TEST_ZTEST_SKIP="yes"
+ TEST_FILEBENCH_SKIP="yes"
+ TEST_XFSTESTS_SKIP="yes"
+ TEST_ZFSSTRESS_SKIP="yes"
+fi