Skip to content

Commit

Permalink
comment out long running test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Oct 11, 2016
1 parent b5ea1d1 commit 4fb2661
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/test/java/com/networknt/client/ClientTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ public void handleRequest(HttpServerExchange exchange) throws Exception {
}
}

//@Test
@Test
public void testSingleSychClient() throws Exception {
callApiSync();
}

//@Test
@Test
public void testSingleAsychClient() throws Exception {
callApiAsync();
}
Expand Down Expand Up @@ -240,7 +240,7 @@ public void testSyncExpired() throws InterruptedException, ExecutionException {
}
}

@Test
//@Test
public void testMixed() throws InterruptedException, ExecutionException {
for(int i = 0; i < 100; i++) {
callApiSyncMultiThread(4
Expand Down

0 comments on commit 4fb2661

Please sign in to comment.