mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
Add TestBcGasPricer, comments and unskip tests
This commit is contained in:
parent
4df06e7d5c
commit
8906194460
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ var (
|
||||||
// fixed eventually
|
// fixed eventually
|
||||||
"SimpleTx3",
|
"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",
|
"BLOCK__RandomByteAtTheEnd",
|
||||||
"TRANSCT__RandomByteAtTheEnd",
|
"TRANSCT__RandomByteAtTheEnd",
|
||||||
"BLOCK__ZeroByteAtTheEnd",
|
"BLOCK__ZeroByteAtTheEnd",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue