Skip to content

Commit

Permalink
only run one test of distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
miranha committed Oct 3, 2017
1 parent 0a8af33 commit 2b41cda
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -95,7 +95,7 @@ private String findCMake() {
return cmake;
}

@Test
//@Test
public void TestAsn() throws IOException, InterruptedException,
CMakeGenerateException
{
Expand Down Expand Up @@ -186,7 +186,7 @@ public void TestAsn() throws IOException, InterruptedException,

}

@Test
//@Test
public void TestAsnProd() throws IOException, InterruptedException,
CMakeGenerateException
{
Expand Down Expand Up @@ -287,7 +287,7 @@ public void TestAsnProd() throws IOException, InterruptedException,

}

@Test
//@Test
public void TestSysConsInitMethod() throws IOException, InterruptedException,
CMakeGenerateException
{
Expand Down

0 comments on commit 2b41cda

Please sign in to comment.