core: skip verkle tests

This commit is contained in:
Manav Darji 2025-03-27 14:27:46 +05:30
parent 8da64cf00d
commit b1302594e5
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

@ -435,6 +435,7 @@ func verkleTestGenesis(config *params.ChainConfig) *Genesis {
// TestProcessVerkleContractWithEmptyCode checks that the witness contains all valid // TestProcessVerkleContractWithEmptyCode checks that the witness contains all valid
// entries, if the initcode returns an empty code. // entries, if the initcode returns an empty code.
func TestProcessVerkleContractWithEmptyCode(t *testing.T) { 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 // The test txs were taken from a secondary testnet with chain id 69421
config := *testKaustinenLikeChainConfig config := *testKaustinenLikeChainConfig
config.ChainID.SetUint64(69421) config.ChainID.SetUint64(69421)