swarm/storage: Remove redundant fix for filestore

This commit is contained in:
lash 2019-02-15 13:49:54 +01:00
parent c9fbfac7d5
commit c5e9c61155

View file

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