From b1302594e5640113ecb3bba5ab610fb610fa1bf3 Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Thu, 27 Mar 2025 14:27:46 +0530 Subject: [PATCH] core: skip verkle tests --- core/verkle_witness_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/verkle_witness_test.go b/core/verkle_witness_test.go index b26bf1a11d..46da742809 100644 --- a/core/verkle_witness_test.go +++ b/core/verkle_witness_test.go @@ -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)