From 8906194460dc96f2806f22b776b86e4bb6fd119d Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Mon, 6 Jul 2015 13:56:56 +0200 Subject: [PATCH] Add TestBcGasPricer, comments and unskip tests --- tests/init.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/init.go b/tests/init.go index ddc708065f..c772ab6251 100644 --- a/tests/init.go +++ b/tests/init.go @@ -25,7 +25,8 @@ var ( // fixed eventually "SimpleTx3", - // TODO: check why these fail + // These tests are not valid, as they are out of scope for RLP and + // the consensus protocol. "BLOCK__RandomByteAtTheEnd", "TRANSCT__RandomByteAtTheEnd", "BLOCK__ZeroByteAtTheEnd",