From 4566d4387422b59e845b04a2da04d5dc06d1c652 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Wed, 5 Nov 2014 08:43:03 -0800 Subject: [PATCH] fix(bitswap_test) race cond https://github.com/jbenet/go-ipfs/issues/270#issuecomment-61826022 --- exchange/bitswap/bitswap_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/exchange/bitswap/bitswap_test.go b/exchange/bitswap/bitswap_test.go index f34ea3c844ea..4a01444e53fd 100644 --- a/exchange/bitswap/bitswap_test.go +++ b/exchange/bitswap/bitswap_test.go @@ -149,8 +149,6 @@ func getOrFail(bitswap instance, b *blocks.Block, t *testing.T, wg *sync.WaitGro // TODO simplify this test. get to the _essence_! func TestSendToWantingPeer(t *testing.T) { - util.Debug = true - net := tn.VirtualNetwork() rs := mock.VirtualRoutingServer() sg := NewSessionGenerator(net, rs)