mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-09 08:01:31 +00:00
taildrop: disable TestResume (#9873)
This test is currently failing on Windows. Updates tailscale/corp#14772 Signed-off-by: Joe Tsai <joetsai@digital-static.net>
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestResume(t *testing.T) {
|
func TestResume(t *testing.T) {
|
||||||
|
t.Skip("currently failing on Windows")
|
||||||
oldBlockSize := blockSize
|
oldBlockSize := blockSize
|
||||||
defer func() { blockSize = oldBlockSize }()
|
defer func() { blockSize = oldBlockSize }()
|
||||||
blockSize = 256
|
blockSize = 256
|
||||||
|
Reference in New Issue
Block a user