Skip to content

Commit

Permalink
Disable vdev_zaps_004_pos
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Brian Behlendorf <[email protected]>
Issue openzfs#6935
  • Loading branch information
behlendorf committed Dec 7, 2017
1 parent 674b893 commit 1b2c0ec
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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%% *}
Expand Down

0 comments on commit 1b2c0ec

Please sign in to comment.