diff --git a/swarm/storage/filestore_test.go b/swarm/storage/filestore_test.go index c9b7f26a91..06c4be1d78 100644 --- a/swarm/storage/filestore_test.go +++ b/swarm/storage/filestore_test.go @@ -177,7 +177,6 @@ func testFileStoreCapacity(toEncrypt bool, t *testing.T) { // TestGetAllReferences only tests that GetAllReferences returns an expected // number of references for a given file func TestGetAllReferences(t *testing.T) { - t.Skip("sometimes fails with chunk count 247 instead of 248") tdb, cleanup, err := newTestDbStore(false, false) defer cleanup() if err != nil {