]> granicus.if.org Git - zfs/commitdiff
Disable vdev_zaps_004_pos
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 8 Dec 2017 00:43:59 +0000 (16:43 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Dec 2017 00:43:59 +0000 (16:43 -0800)
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

tests/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_004_pos.ksh

index a84de65777049efe9f82ab2cb81d34be6d942af3..3dd3ec3342a110883675210af0ac9a5df71ac806 100755 (executable)
 . $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%% *}