vfs: fix chunker integration test
This commit is contained in:
@@ -115,6 +115,10 @@ func TestZipManySubDirs(t *testing.T) {
|
|||||||
func TestZipLargeFiles(t *testing.T) {
|
func TestZipLargeFiles(t *testing.T) {
|
||||||
r, vfs := newTestVFS(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)
|
data := random.String(5 * 1024 * 1024)
|
||||||
sum := sha256.Sum256([]byte(data))
|
sum := sha256.Sum256([]byte(data))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user