From da7332a7317bda9003e5e8a4aaa4b1710c69b664 Mon Sep 17 00:00:00 2001 From: zelig Date: Fri, 10 Apr 2015 16:31:00 +0100 Subject: td update from node - reorg and simplify AddBlock - introduce nodeCache - TestPeerPromotionByTdOnBlock unskipped and passes - move switchC/idleC channel creation around: solves deadlock (now respects the contract with section process: either can activate or complete at any one time) --- blockpool/errors_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blockpool/errors_test.go') diff --git a/blockpool/errors_test.go b/blockpool/errors_test.go index c9bf79a23..0fbf94d7d 100644 --- a/blockpool/errors_test.go +++ b/blockpool/errors_test.go @@ -128,7 +128,7 @@ func TestErrInsufficientChainInfo(t *testing.T) { } func TestIncorrectTD(t *testing.T) { - t.Skip() // td not tested atm + t.Skip("skipping TD check until network is healthy") test.LogInit() _, blockPool, blockPoolTester := newTestBlockPool(t) blockPoolTester.blockChain[0] = nil -- cgit v1.2.3