Reference Test v12 (#5228)

* Upgrade reference tests to v12.
* Extend the UncleFromSideChain exception to all future forks

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
This commit is contained in:
Danno Ferrin
2023-03-17 12:09:54 -06:00
committed by GitHub
parent e6395c3af3
commit e8cb17d694
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ public class BlockchainReferenceTestTools {
// Inconclusive fork choice rule, since in merge CL should be choosing forks and setting the
// chain head.
// Perfectly valid test pre-merge.
params.ignore("UncleFromSideChain_Merge");
params.ignore("UncleFromSideChain_(Merge|Shanghai|Cancun|Prague|Osaka|Bogota)");
// EIP tests are explicitly meant to be works-in-progress with known failing tests
// We want to however include withdrawals even though they are EIP tests