Skip to content

Commit

Permalink
fixes #1352 disable all test cases for the request body interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Aug 31, 2022
1 parent e26752d commit 831dfe7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ public void run() {
}

@Test
@Ignore
public void testPostJsonMapWithoutContentTypeHeader() throws Exception {
final AtomicReference<ClientResponse> reference = new AtomicReference<>();
final Http2Client client = Http2Client.getInstance();
Expand Down Expand Up @@ -402,6 +403,7 @@ public void run() {
}

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

0 comments on commit 831dfe7

Please sign in to comment.