From 0c0b9bc025bab240323d33d587ef61c28a7803ad Mon Sep 17 00:00:00 2001 From: Manav Darji Date: Mon, 31 Mar 2025 11:26:05 +0530 Subject: [PATCH] core: skip prague requests tests --- core/blockchain_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/blockchain_test.go b/core/blockchain_test.go index d103e213e4..d14e050baa 100644 --- a/core/blockchain_test.go +++ b/core/blockchain_test.go @@ -4645,6 +4645,7 @@ var depositsGeneratorCode = common.FromHex("6080604052366103aa575f603067ffffffff // creates a block containing requests, and then inserts it into the chain to run // validation. func TestPragueRequests(t *testing.T) { + t.Skip("skipping because prague requests not applicable in bor") var ( key1, _ = crypto.HexToECDSA("b71c71a67e1177ad4e901695e1b4b9ee17ae16c6668d313eac2f96dbcda3f291") addr1 = crypto.PubkeyToAddress(key1.PublicKey)