]> granicus.if.org Git - zfs/commitdiff
Disable create-o_ashift
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 6 Dec 2017 18:13:54 +0000 (10:13 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2017 18:13:54 +0000 (10:13 -0800)
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 <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #6924
Closes #6925

tests/zfs-tests/tests/functional/cli_root/zpool_create/create-o_ashift.ksh

index 6449c8a913ed913a398435fbb2136e6e1055105b..2d477eaf6e08505322296672d62f7a8f698ad0ab 100755 (executable)
 
 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