Skip the f_large_dir(_csum) tests on the aarch64 builders because this is
extremely slow (90 minutes) and clogs up the build system when
there are many patches in the queue.
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I8c3a588c34caae5332b4c643df940b0e855cab07
Reviewed-on: https://review.whamcloud.com/38693
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
EXP=$test_dir/expect
E2FSCK=../e2fsck/e2fsck
+# skip this test on aarch64 builders because it is extremely slow
+if [ "`uname -m`" = "aarch64" ]; then
+ echo "$test_name: $test_description: skipped (slow on aarch64)"
+ return 0
+fi
+
NAMELEN=255
DIRENT_SZ=8
BLOCKSZ=1024
EXP=$test_dir/expect
E2FSCK=../e2fsck/e2fsck
+# skip this test on aarch64 builders because it is extremely slow
+if [ "`uname -m`" = "aarch64" ]; then
+ echo "$test_name: $test_description: skipped (slow on aarch64)"
+ return 0
+fi
+
NAMELEN=255
DIRENT_SZ=8
BLOCKSZ=1024