diff options
author | Giuseppe Di Natale <[email protected]> | 2017-08-10 07:53:10 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-08-10 07:53:10 -0700 |
commit | 4334df53539c280f847350cb5b11180993229ef9 (patch) | |
tree | a8854f6acbaacb199326a46c267f4fdc6ae4a96f /tests | |
parent | 46364cb2f35545a7fc915df9593b719a94c43a83 (diff) |
Disable rsend_024_pos
The test case frequently hangs on buildbot
TEST builders. Disable it for now.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Giuseppe Di Natale <[email protected]>
Closes #6487
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/rsend/rsend_024_pos.ksh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zfs-tests/tests/functional/rsend/rsend_024_pos.ksh b/tests/zfs-tests/tests/functional/rsend/rsend_024_pos.ksh index bcea6b728..fcb5ecf22 100755 --- a/tests/zfs-tests/tests/functional/rsend/rsend_024_pos.ksh +++ b/tests/zfs-tests/tests/functional/rsend/rsend_024_pos.ksh @@ -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 " \ |