diff options
author | Brian Behlendorf <[email protected]> | 2017-12-07 16:43:59 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2017-12-07 16:43:59 -0800 |
commit | 3ab3166347b84c6004002f9a6d06f7a87fe1cd4a (patch) | |
tree | e91e284c94e2b0aec44e6b183de535888ebfa308 /tests | |
parent | c28a67733c68b5540968136a7aca9633146afaf9 (diff) |
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 <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #6935
Closes #6936
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_004_pos.ksh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_004_pos.ksh b/tests/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_004_pos.ksh index a84de6577..3dd3ec334 100755 --- a/tests/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_004_pos.ksh +++ b/tests/zfs-tests/tests/functional/vdev_zaps/vdev_zaps_004_pos.ksh @@ -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%% *} |