Skip to content

Commit

Permalink
disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
shashank11p committed Mar 26, 2024
1 parent 559def6 commit 9fab63f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void postJson_write_end_string() throws TimeoutException, InterruptedExce
}

@Test
@Disabled("This is flaky!!")
@Disabled("This is flaky on github actions!!")
public void postJson_write_end_buffer() throws TimeoutException, InterruptedException {
String uri = String.format("http://localhost:%d/echo", testHttpServer.port());

Expand Down

0 comments on commit 9fab63f

Please sign in to comment.