Skip to content

Commit

Permalink
Disable zvol_ENOSPC_001_pos on 32-bit systems
Browse files Browse the repository at this point in the history
Occasionally observed failure of zvol_ENOSPC_001_pos due to the
test case taking too long to complete.  Disable the test case until
it can be improved.

Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue openzfs#5848 
Closes openzfs#6862
  • Loading branch information
behlendorf authored and FransUrbo committed Apr 28, 2019
1 parent a918ff6 commit 5ac8fd2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@

verify_runnable "global"

# See issue: https://github.com/zfsonlinux/zfs/issues/5848
if is_32bit; then
log_unsupported "Test case runs slowly on 32 bit"
fi

function cleanup
{
rm -rf $TESTDIR/*
Expand Down

0 comments on commit 5ac8fd2

Please sign in to comment.