mirror of
https://github.com/rclone/rclone.git
synced 2025-10-06 05:47:10 +02:00
vfs: fix chunker integration test
This commit is contained in:
@@ -115,6 +115,10 @@ func TestZipManySubDirs(t *testing.T) {
|
||||
func TestZipLargeFiles(t *testing.T) {
|
||||
r, vfs := newTestVFS(t)
|
||||
|
||||
if strings.HasPrefix(r.Fremote.Name(), "TestChunker") {
|
||||
t.Skip("skipping test as chunker too slow")
|
||||
}
|
||||
|
||||
data := random.String(5 * 1024 * 1024)
|
||||
sum := sha256.Sum256([]byte(data))
|
||||
|
||||
|
Reference in New Issue
Block a user