swarm/storage: temporarily disable TestGetAllReferences - hashing bug

This commit is contained in:
Fabio Barone 2019-02-08 15:52:34 -05:00
parent 27e3f96819
commit 1d7a4829b2

View file

@ -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 {