From ce5d87254b2aaf17b73744a3fd3ed382e64d1444 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 6a9c3e28c3a4..a04bbd032e2d 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 { destroy_pool $TESTPOOL