1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-10 21:33:27 +00:00

cache: disable unreliable test #1844

This commit is contained in:
Nick Craig-Wood
2017-11-20 19:55:00 +00:00
parent dc1c679c65
commit cb6de4a2cf

View File

@@ -232,6 +232,8 @@ func TestInternalWrappedWrittenContentMatches(t *testing.T) {
} }
func TestInternalLargeWrittenContentMatches(t *testing.T) { func TestInternalLargeWrittenContentMatches(t *testing.T) {
t.Skip("FIXME disabled because it is unreliable")
cfs, err := getCacheFs(rootFs) cfs, err := getCacheFs(rootFs)
require.NoError(t, err) require.NoError(t, err)
chunkSize := cfs.ChunkSize() chunkSize := cfs.ChunkSize()