diff options
author | Giuseppe Di Natale <[email protected]> | 2017-07-28 22:37:27 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-07-28 22:37:27 -0700 |
commit | c1dd2f783a30d001f79648dab5ae5bbfe5614759 (patch) | |
tree | 2c862eb1b0cea9852e366b1508767d891058624d /tests/zfs-tests | |
parent | 650258d7c786b8e62ca847a926f6f038cd3e5d94 (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
Diffstat (limited to 'tests/zfs-tests')
-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 |