core: skip prague requests tests

This commit is contained in:
Manav Darji 2025-03-31 11:26:05 +05:30
parent 9e430e8925
commit 0c0b9bc025
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

@ -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)