Skip to content

Commit

Permalink
[UNDERTOW-2279] Re-enable LotsOfHeadersResponseTestCase in Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Flavia Rainone <frainone@redhat.com>
  • Loading branch information
fl4via committed Oct 4, 2024
1 parent 4d292cb commit abc70e2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ 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 abc70e2

Please sign in to comment.