diff --git a/blockpool/errors_test.go b/blockpool/errors_test.go
index b0b8312707a3a64be04337a9585900d5e945c57f..c9bf79a2306164143bf9fa10ec98697b14184ad1 100644
--- a/blockpool/errors_test.go
+++ b/blockpool/errors_test.go
@@ -128,6 +128,7 @@ func TestErrInsufficientChainInfo(t *testing.T) {
 }
 
 func TestIncorrectTD(t *testing.T) {
+	t.Skip() // td not tested atm
 	test.LogInit()
 	_, blockPool, blockPoolTester := newTestBlockPool(t)
 	blockPoolTester.blockChain[0] = nil