diff --git a/ethereumj-core/src/test/java/test/ethereum/jsontestsuite/GitHubStateTest.java b/ethereumj-core/src/test/java/test/ethereum/jsontestsuite/GitHubStateTest.java index e6a46cbe..3286b4f7 100644 --- a/ethereumj-core/src/test/java/test/ethereum/jsontestsuite/GitHubStateTest.java +++ b/ethereumj-core/src/test/java/test/ethereum/jsontestsuite/GitHubStateTest.java @@ -22,12 +22,10 @@ public class GitHubStateTest { GitHubJSONTestSuite.runGitHubJsonStateTest(json, "CallRecursiveBombLog2"); } - @Ignore @Test // this method is mostly for hands-on convenient testing public void runWithExcludedTest() throws ParseException { Set excluded = new HashSet<>(); - excluded.add("CallSha256_5"); String json = JSONReader.loadJSON("StateTests/stPreCompiledContracts.json");