From c5e9c611551f0b2e49b6e470069d8d9345d91b10 Mon Sep 17 00:00:00 2001 From: lash Date: Fri, 15 Feb 2019 13:49:54 +0100 Subject: [PATCH] swarm/storage: Remove redundant fix for filestore --- swarm/storage/filestore_test.go | 1 - 1 file changed, 1 deletion(-) 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 {