]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Disable rsend_024_pos
authorGiuseppe Di Natale <dinatale2@users.noreply.github.com>
Thu, 10 Aug 2017 14:53:10 +0000 (07:53 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Aug 2017 14:53:10 +0000 (07:53 -0700)
The test case frequently hangs on buildbot
TEST builders. Disable it for now.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closes #6487

tests/zfs-tests/tests/functional/rsend/rsend_024_pos.ksh

index bcea6b7286f758adb4e58c536b9541000de622de..fcb5ecf22dc0dd2b35edf3287b9f82fdc4ca2ca5 100755 (executable)
@@ -36,8 +36,8 @@
 verify_runnable "both"
 
 # See issue: https://github.com/zfsonlinux/zfs/issues/5665
-if is_32bit; then
-       log_unsupported "Test case fails on 32-bit systems"
+if is_linux; then
+       log_unsupported "Test case hangs frequently."
 fi
 
 log_assert "Verify resumability of a full ZFS send/receive with the source " \