Skip to content

Commit cfe3439

Browse files
authored
Merge pull request #1567 from ropalka/UNDERTOW-1926
[UNDERTOW-1926] Enabling all tests of SenderTestCase
2 parents f357c80 + 088c01c commit cfe3439

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/test/java/io/undertow/server/handlers/SenderTestCase.java

-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import io.undertow.server.HttpServerExchange;
3434
import io.undertow.testutils.DefaultServer;
3535
import io.undertow.testutils.HttpClientUtils;
36-
import io.undertow.testutils.ProxyIgnore;
3736
import io.undertow.testutils.TestHttpClient;
3837
import io.undertow.util.Headers;
3938
import io.undertow.util.StatusCodes;
@@ -187,7 +186,6 @@ public void testAsyncSender() throws IOException {
187186
}
188187

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

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

0 commit comments

Comments
 (0)