1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 10:49:24 +08:00

test(bitswap) enable get block test

This commit is contained in:
Brian Tiger Chow
2014-09-19 15:39:14 -07:00
parent d17fcc1780
commit a5fb64071a

View File

@ -54,7 +54,6 @@ func TestProviderForKeyButNetworkCannotFind(t *testing.T) {
// TestGetBlockAfterRequesting... // TestGetBlockAfterRequesting...
func TestGetBlockFromPeerAfterPeerAnnounces(t *testing.T) { func TestGetBlockFromPeerAfterPeerAnnounces(t *testing.T) {
t.Skip("Failing. Work in progress")
net := testnet.VirtualNetwork() net := testnet.VirtualNetwork()
rs := testnet.VirtualRoutingServer() rs := testnet.VirtualRoutingServer()