summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2017-12-06 10:13:54 -0800
committerGitHub <[email protected]>2017-12-06 10:13:54 -0800
commit0c415a93d286ced3c552b671228e7d5d6c49d472 (patch)
tree2411d8d6b5458370c41c05f9cd46a0c1492ec961 /tests
parent1ce23dcaff6c3d777cb0d9a4a2cf02b43f777d78 (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-xtests/zfs-tests/tests/functional/cli_root/zpool_create/create-o_ashift.ksh5
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