From: Brian Behlendorf Date: Wed, 6 Dec 2017 18:13:54 +0000 (-0800) Subject: Disable create-o_ashift X-Git-Tag: zfs-0.8.0-rc1~442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c415a93d286ced3c552b671228e7d5d6c49d472;p=zfs Disable create-o_ashift Occasionally observed failure of create-o_ashift due to the test case not being 100% reliable. In order to prevent false positives disable this test case until it can be made reliable. Reviewed-by: George Melikov Reviewed-by: Giuseppe Di Natale Reviewed-by: loli10K Signed-off-by: Brian Behlendorf Issue #6924 Closes #6925 --- diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_create/create-o_ashift.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_create/create-o_ashift.ksh index 6449c8a91..2d477eaf6 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_create/create-o_ashift.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_create/create-o_ashift.ksh @@ -42,6 +42,11 @@ verify_runnable "global" +# See issue: https://github.com/zfsonlinux/zfs/issues/6924 +if is_linux; then + log_unsupported "Test case occasionally fails" +fi + function cleanup { poolexists $TESTPOOL && destroy_pool $TESTPOOL