mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
swarm/storage: temporarily disable TestGetAllReferences - hashing bug
This commit is contained in:
parent
27e3f96819
commit
1d7a4829b2
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ 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("Flaky due to BUG in hashing results!")
|
||||
tdb, cleanup, err := newTestDbStore(false, false)
|
||||
defer cleanup()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue