Skip to content

Commit

Permalink
Merge pull request #1567 from ropalka/UNDERTOW-1926
Browse files Browse the repository at this point in the history
[UNDERTOW-1926] Enabling all tests of SenderTestCase
  • Loading branch information
fl4via committed Mar 15, 2024
2 parents f357c80 + 088c01c commit cfe3439
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import io.undertow.server.HttpServerExchange;
import io.undertow.testutils.DefaultServer;
import io.undertow.testutils.HttpClientUtils;
import io.undertow.testutils.ProxyIgnore;
import io.undertow.testutils.TestHttpClient;
import io.undertow.util.Headers;
import io.undertow.util.StatusCodes;
Expand Down Expand Up @@ -187,7 +186,6 @@ public void testAsyncSender() throws IOException {
}

@Test
@ProxyIgnore("UNDERTOW-1926 fails with proxy http2 sporadically") // FIXME
public void testAsyncTransfer() throws Exception {
StringBuilder sb = new StringBuilder(TXS);
for (int i = 0; i < TXS; ++i) {
Expand All @@ -213,7 +211,6 @@ public void testAsyncTransfer() throws Exception {
}

@Test
@ProxyIgnore("UNDERTOW-1926 fails with proxy http2 sporadically") // FIXME
public void testSyncTransfer() throws Exception {
StringBuilder sb = new StringBuilder(TXS);
for (int i = 0; i < TXS; ++i) {
Expand Down

0 comments on commit cfe3439

Please sign in to comment.