Include withdrawals EIPTests as part of the reference tests to run (#5057)

Signed-off-by: Jason Frame <jason.frame@consensys.net>
pull/5060/head
Jason Frame 2 years ago committed by GitHub
parent 9ceebc4a57
commit 79ae4fac25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ethereum/referencetests/src/reference-test/java/org/hyperledger/besu/ethereum/vm/BlockchainReferenceTestTools.java

@ -83,7 +83,8 @@ public class BlockchainReferenceTestTools {
params.ignore("UncleFromSideChain_Merge");
// EIP tests are explicitly meant to be works-in-progress with known failing tests
params.ignore("/EIPTests/");
// We want to however include withdrawals even though they are EIP tests
params.ignore("(?:/EIPTests/(?!\\bbc4895\\b))");
}
private BlockchainReferenceTestTools() {

Loading…
Cancel
Save