mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/storage: Remove redundant fix for filestore
This commit is contained in:
parent
c9fbfac7d5
commit
c5e9c61155
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue