Skip to content

Commit

Permalink
fixes #74 enable failed test cases as the bug is fixed (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu authored Sep 28, 2022
1 parent d519ed7 commit 21ebba0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/com/networknt/proxy/GatewayProxyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ public void handleRequest(HttpServerExchange exchange) throws Exception {


@Test
@Disabled
public void testGet() throws Exception {
final Http2Client client = Http2Client.getInstance();
final CountDownLatch latch = new CountDownLatch(10);
Expand Down Expand Up @@ -272,7 +271,6 @@ public void run() {
}

@Test
@Disabled
public void testPostInvalidJson() throws Exception {
final AtomicReference<ClientResponse> reference = new AtomicReference<>();
final Http2Client client = Http2Client.getInstance();
Expand Down

0 comments on commit 21ebba0

Please sign in to comment.