mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-27 11:29:36 +03:00
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 <behlendorf1@llnl.gov> Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov> Closes #6422
This commit is contained in:
parent
e0031d86b7
commit
affb7141d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user