From affb7141d7d555055245e26160fd81a75c178358 Mon Sep 17 00:00:00 2001 From: Giuseppe Di Natale Date: Fri, 28 Jul 2017 22:37:27 -0700 Subject: [PATCH] Disable zfs_send_007_pos Test case zfs_send_007_pos regularly is killed by test-runner during zfs-tests on buildbot. Disable it for now until further investigation can be done. Reviewed-by: Brian Behlendorf Signed-off-by: Giuseppe Di Natale Closes #6422 --- .../tests/functional/cli_root/zfs_send/zfs_send_007_pos.ksh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_007_pos.ksh b/tests/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_007_pos.ksh index 8d2061b31..ae352d4c0 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_007_pos.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_007_pos.ksh @@ -36,6 +36,11 @@ verify_runnable "both" +# See issue: https://github.com/zfsonlinux/zfs/issues/6421 +if is_linux; then + log_unsupported "Test often runs for longer than 10 minutes." +fi + function cleanup { zfs destroy -rf $TESTPOOL/fs