Skip to content

Commit

Permalink
Merge pull request #1686 from fl4via/UNDERTOW-2279
Browse files Browse the repository at this point in the history
Revert "[UNDERTOW-2279] Re-enable LotsOfHeadersResponseTestCase in Wi…
  • Loading branch information
fl4via authored Oct 21, 2024
2 parents a2724f4 + d550d4f commit 3dc476d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public void handleRequest(final HttpServerExchange exchange) {

@Test
public void testLotsOfHeadersInResponse() throws IOException {
// FIXME UNDERTOW-2279
Assume.assumeFalse(System.getProperty("os.name").startsWith("Windows"));
TestHttpClient client = new TestHttpClient();
try {
HttpGet get = new HttpGet(DefaultServer.getDefaultServerURL() + "/path");
Expand Down

0 comments on commit 3dc476d

Please sign in to comment.