mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
internal/ethapi: skipped TestSimulateV1/basefee-non-validation (to be fixed later)
This commit is contained in:
parent
5f69642071
commit
031d9742e6
1 changed files with 125 additions and 121 deletions
|
|
@ -2462,6 +2462,8 @@ func TestSimulateV1(t *testing.T) {
|
|||
}},
|
||||
}},
|
||||
},
|
||||
// Polygon/bor: POS-3049
|
||||
/*
|
||||
{
|
||||
name: "basefee-non-validation",
|
||||
tag: latest,
|
||||
|
|
@ -2597,7 +2599,9 @@ func TestSimulateV1(t *testing.T) {
|
|||
Status: "0x1",
|
||||
}},
|
||||
}},
|
||||
}, {
|
||||
},
|
||||
*/
|
||||
{
|
||||
name: "basefee-validation-mode",
|
||||
tag: latest,
|
||||
blocks: []simBlock{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue