From a5fb64071a54d1f061bfcf1dd4ae51a646801535 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Fri, 19 Sep 2014 15:39:14 -0700 Subject: [PATCH] test(bitswap) enable get block test --- exchange/bitswap/bitswap_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/exchange/bitswap/bitswap_test.go b/exchange/bitswap/bitswap_test.go index 67dfa0719..383c1f44c 100644 --- a/exchange/bitswap/bitswap_test.go +++ b/exchange/bitswap/bitswap_test.go @@ -54,7 +54,6 @@ func TestProviderForKeyButNetworkCannotFind(t *testing.T) { // TestGetBlockAfterRequesting... func TestGetBlockFromPeerAfterPeerAnnounces(t *testing.T) { - t.Skip("Failing. Work in progress") net := testnet.VirtualNetwork() rs := testnet.VirtualRoutingServer()