mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
core: skip verkle tests
This commit is contained in:
parent
8da64cf00d
commit
b1302594e5
1 changed files with 1 additions and 0 deletions
|
|
@ -435,6 +435,7 @@ func verkleTestGenesis(config *params.ChainConfig) *Genesis {
|
|||
// TestProcessVerkleContractWithEmptyCode checks that the witness contains all valid
|
||||
// entries, if the initcode returns an empty code.
|
||||
func TestProcessVerkleContractWithEmptyCode(t *testing.T) {
|
||||
t.Skip("verkle trie is not yet supported in bor")
|
||||
// The test txs were taken from a secondary testnet with chain id 69421
|
||||
config := *testKaustinenLikeChainConfig
|
||||
config.ChainID.SetUint64(69421)
|
||||
|
|
|
|||
Loading…
Reference in a new issue