Fixed TCK test suite: stSystemOperationsTest.json, included back to the general run.

This commit is contained in:
Roman Mandeleil 2015-01-06 20:53:28 +02:00
parent c0e2bf2e38
commit 8eadadcd16
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ import java.util.Set;
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class GitHubStateTest {
@Ignore
@Test
public void stSingleTest() throws ParseException {
@ -87,7 +88,7 @@ public class GitHubStateTest {
GitHubJSONTestSuite.runGitHubJsonStateTest(json);
}
@Ignore
@Test
public void stSystemOperationsTest() throws ParseException {