Skip to content

Commit

Permalink
Skip test too
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Jun 22, 2016
1 parent 17876d9 commit c226019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/blockstore/bloom_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func TestElideDuplicateWrite(t *testing.T) {
cachedbs.Put(b1)
}
func TestHasIsBloomCached(t *testing.T) {
t.Skip("Broken as for #2601")
cd := &callbackDatastore{f: func() {}, ds: ds.NewMapDatastore()}
bs := NewBlockstore(syncds.MutexWrap(cd))

Expand Down

0 comments on commit c226019

Please sign in to comment.