diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/init.go b/tests/init.go index a78a2f54b..832759f7e 100644 --- a/tests/init.go +++ b/tests/init.go @@ -22,11 +22,6 @@ var ( BlockSkipTests = []string{ "SimpleTx3", - // these panic in block_processor.go:84 , see https://github.com/ethereum/go-ethereum/issues/1384 - "TRANSCT_rvalue_TooShort", - "TRANSCT_rvalue_TooLarge", - "TRANSCT_svalue_TooLarge", - // TODO: check why these fail "BLOCK__RandomByteAtTheEnd", "TRANSCT__RandomByteAtTheEnd", |