From f9dd4fa73512a6bd27f55c0384bed6e62bd81296 Mon Sep 17 00:00:00 2001 From: Faiz Khan Date: Tue, 27 Jan 2015 03:33:49 -0600 Subject: [PATCH] Remove @Ignore and include passing test --- .../test/java/test/ethereum/jsontestsuite/GitHubStateTest.java | 2 -- 1 file changed, 2 deletions(-) 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 adc61ef8..e8927201 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");