Disable zvol_ENOSPC_001_pos on 32-bit systems

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 <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #5848 
Closes #6862
This commit is contained in:
Brian Behlendorf 2017-11-13 16:26:15 -08:00 committed by GitHub
parent 99834d1950
commit 71788d91f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@
verify_runnable "global" 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 function cleanup
{ {
rm -rf $TESTDIR/* rm -rf $TESTDIR/*