Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianHuc committed Nov 21, 2024
1 parent c0c9127 commit 6705c0c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ public class BlockchainReferenceTestTools {
PARAMS.ignoreAll();
}
// ignore tests that are failing in Besu too
PARAMS.ignore("RevertInCreateInInitCreate2_d0g0v0_London[London]");//failing in Besu too
PARAMS.ignore("RevertInCreateInInit_d0g0v0_London[London]");//failing in Besu too
PARAMS.ignore("create2collisionStorage_d0g0v0_London[London]");//failing in Besu too
PARAMS.ignore("create2collisionStorage_d1g0v0_London[London]");//failing in Besu too
PARAMS.ignore("create2collisionStorage_d2g0v0_London[London]");//failing in Besu too
PARAMS.ignore("dynamicAccountOverwriteEmpty_d0g0v0_London[London]");//failing in Besu too
PARAMS.ignore("RevertInCreateInInitCreate2_d0g0v0_London[London]"); // failing in Besu too
PARAMS.ignore("RevertInCreateInInit_d0g0v0_London[London]"); // failing in Besu too
PARAMS.ignore("create2collisionStorage_d0g0v0_London[London]"); // failing in Besu too
PARAMS.ignore("create2collisionStorage_d1g0v0_London[London]"); // failing in Besu too
PARAMS.ignore("create2collisionStorage_d2g0v0_London[London]"); // failing in Besu too
PARAMS.ignore("dynamicAccountOverwriteEmpty_d0g0v0_London[London]"); // failing in Besu too

// ignore tests that are failing because there is an account with nonce 0 and
// non empty code which can't happen in Linea since we are post LONDON only.
Expand Down

0 comments on commit 6705c0c

Please sign in to comment.