-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
The following ref tests are skipped as the are flagged "Failing in Besu too"
But it looks like Besu isn't skipping them anymore
Review with the Besu Team which ones are indeed skipped or not on their codebase and fix the non skipped ones if needed
// ignore tests that are failing in Besu too
PARAMS.ignore("RevertInCreateInInitCreate2_d0g0v0_*");
PARAMS.ignore("RevertInCreateInInit_d0g0v0_*");
PARAMS.ignore("create2collisionStorage_d0g0v0_*");
PARAMS.ignore("create2collisionStorage_d1g0v0_*");
PARAMS.ignore("create2collisionStorage_d2g0v0_*");
PARAMS.ignore("dynamicAccountOverwriteEmpty_d0g0v0_*");
// From ethereum/execution-spec-tests repo
PARAMS.ignore(
"RevertInCreateInInitCreate2Paris\\[fork_Prague-blockchain_test_from_state_test-\\]");
PARAMS.ignore(
"create2collisionStorageParis\\[fork_Prague-blockchain_test_from_state_test-d0\\]");
PARAMS.ignore(
"create2collisionStorageParis\\[fork_Prague-blockchain_test_from_state_test-d1\\]");
PARAMS.ignore(
"create2collisionStorageParis\\[fork_Prague-blockchain_test_from_state_test-d2\\]");
PARAMS.ignore(
"dynamicAccountOverwriteEmpty_Paris\\[fork_Prague-blockchain_test_from_state_test-\\]");