Disable vdev_zaps_004_pos

Occasionally observed failure of vdev_zaps_004_pos 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>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #6935
Closes #6936
This commit is contained in:
Brian Behlendorf 2017-12-07 16:43:59 -08:00 committed by GitHub
parent c28a67733c
commit 3ab3166347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/functional/vdev_zaps/vdev_zaps.kshlib
# See issue: https://github.com/zfsonlinux/zfs/issues/6935
if is_linux; then
log_unsupported "Test case occasionally fails"
fi
log_assert "Per-vdev ZAPs are transferred properly on attach/detach"
DISK=${DISKS%% *}