From 4dec26e49a8c2fefb357158a87c9756f14c31697 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 2 Dec 2016 10:10:23 -0700 Subject: [PATCH] Skip zpool_scrub_004_pos on 32-bit systems The zpool_scrub_004_pos test case currently fails when testing on a 32-bit system. Conditionally skip this test case on 32-bit systems until the root cause is identified and resolved. Signed-off-by: Brian Behlendorf Issue #5444 Closes #5445 --- .../functional/cli_root/zpool_scrub/zpool_scrub_004_pos.ksh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_004_pos.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_004_pos.ksh index ca07769ec2..16e27a0cad 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_004_pos.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/zpool_scrub_004_pos.ksh @@ -48,6 +48,11 @@ verify_runnable "global" +# See issue: https://github.com/zfsonlinux/zfs/issues/5444 +if is_32bit; then + log_unsupported "Test case fails on 32-bit systems" +fi + log_assert "Resilver prevent scrub from starting until the resilver completes" log_must $ZPOOL detach $TESTPOOL $DISK2