Skip to content

Commit

Permalink
Reenable failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fl4via committed Aug 5, 2021
1 parent 077325d commit c221ab6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ public void runTest(final String message, String url, final boolean flush, final
response = HttpClientUtils.readResponse(result);
} catch (SocketTimeoutException timeout) {
// FIXME UNDERTOW-1948 temporarily ignore the exception
if (System.getProperty("os.name").startsWith("Windows") && DefaultServer.isProxy() && DefaultServer.isAjp()) {
return;
}
//if (System.getProperty("os.name").startsWith("Windows") && DefaultServer.isProxy() && DefaultServer.isAjp()) {
// return;
//}
throw timeout;
} catch (ConnectionClosedException prematureEndOfChunkException) {
Assert.assertEquals("Premature end of chunk coded message body: closing chunk expected",
Expand Down

0 comments on commit c221ab6

Please sign in to comment.