diff --git a/ethereum/core/src/test/java/tech/pegasys/pantheon/ethereum/vm/GeneralStateReferenceTestTools.java b/ethereum/core/src/test/java/tech/pegasys/pantheon/ethereum/vm/GeneralStateReferenceTestTools.java index 7947725112..e87147ccbf 100644 --- a/ethereum/core/src/test/java/tech/pegasys/pantheon/ethereum/vm/GeneralStateReferenceTestTools.java +++ b/ethereum/core/src/test/java/tech/pegasys/pantheon/ethereum/vm/GeneralStateReferenceTestTools.java @@ -87,7 +87,6 @@ public class GeneralStateReferenceTestTools { params.blacklist("static_Call1MB1024Calldepth-(Byzantium|Constantinople)"); // Needs investigation (tests pass in other clients) - params.blacklist("createNameRegistratorPerTxsNotEnoughGas-Frontier\\[0\\]"); params.blacklist("NotEnoughCashContractCreation-Frontier"); params.blacklist("NotEnoughCashContractCreation-Homestead"); params.blacklist("NotEnoughCashContractCreation-EIP150");