core: skip verkle tests

This commit is contained in:
Manav Darji 2025-03-26 23:40:17 +05:30
parent 4dcc06663d
commit b7ec380c30
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

@ -261,6 +261,7 @@ func getContractStoredBlockHash(statedb *state.StateDB, number uint64) common.Ha
// TestProcessVerkleInvalidContractCreation checks for several modes of contract creation failures // TestProcessVerkleInvalidContractCreation checks for several modes of contract creation failures
func TestProcessVerkleInvalidContractCreation(t *testing.T) { func TestProcessVerkleInvalidContractCreation(t *testing.T) {
t.Skip("verkle trie is not yet supported in bor")
var ( var (
account1 = common.HexToAddress("0x687704DB07e902e9A8B3754031D168D46E3D586e") account1 = common.HexToAddress("0x687704DB07e902e9A8B3754031D168D46E3D586e")
account2 = common.HexToAddress("0x6177843db3138ae69679A54b95cf345ED759450d") account2 = common.HexToAddress("0x6177843db3138ae69679A54b95cf345ED759450d")