cache: disable unreliable test #1844
This commit is contained in:
parent
dc1c679c65
commit
cb6de4a2cf
1 changed files with 2 additions and 0 deletions
2
cache/cache_internal_test.go
vendored
2
cache/cache_internal_test.go
vendored
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue