From 0c415a93d286ced3c552b671228e7d5d6c49d472 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 6 Dec 2017 10:13:54 -0800 Subject: [PATCH] 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 --- .../functional/cli_root/zpool_create/create-o_ashift.ksh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.40.0