diff options
author | Brian Behlendorf <[email protected]> | 2017-12-06 10:13:54 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2017-12-06 10:13:54 -0800 |
commit | 0c415a93d286ced3c552b671228e7d5d6c49d472 (patch) | |
tree | 2411d8d6b5458370c41c05f9cd46a0c1492ec961 /tests | |
parent | 1ce23dcaff6c3d777cb0d9a4a2cf02b43f777d78 (diff) |
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 <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: loli10K <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #6924
Closes #6925
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/cli_root/zpool_create/create-o_ashift.ksh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |