diff options
author | Giuseppe Di Natale <[email protected]> | 2017-07-28 22:37:27 -0700 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2017-08-02 11:20:32 -0700 |
commit | affb7141d7d555055245e26160fd81a75c178358 (patch) | |
tree | 8eda0d09b329a8084c30c515a706067ef1a85c6d | |
parent | e0031d86b760c548c52cc10718c96e0aeeaa24e4 (diff) |
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 <[email protected]>
Signed-off-by: Giuseppe Di Natale <[email protected]>
Closes #6422
-rwxr-xr-x | tests/zfs-tests/tests/functional/cli_root/zfs_send/zfs_send_007_pos.ksh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |