Disable rsend_024_pos

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
This commit is contained in:
Giuseppe Di Natale 2017-08-10 07:53:10 -07:00 committed by Brian Behlendorf
parent 46364cb2f3
commit 4334df5353
1 changed files with 2 additions and 2 deletions

View File

@ -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 " \