Skip to content

Commit

Permalink
Disable create-o_ashift
Browse files Browse the repository at this point in the history
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 openzfs#6924
Closes openzfs#6925
  • Loading branch information
behlendorf authored and Nasf-Fan committed Feb 13, 2018
1 parent 73c1108 commit 6246cbc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6246cbc

Please sign in to comment.