Fixed TCK test suite: stSystemOperationsTest.json, included back to the general run.
This commit is contained in:
parent
c0e2bf2e38
commit
8eadadcd16
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue