File tree 1 file changed +0
-3
lines changed
core/src/test/java/io/undertow/server/handlers
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 33
33
import io .undertow .server .HttpServerExchange ;
34
34
import io .undertow .testutils .DefaultServer ;
35
35
import io .undertow .testutils .HttpClientUtils ;
36
- import io .undertow .testutils .ProxyIgnore ;
37
36
import io .undertow .testutils .TestHttpClient ;
38
37
import io .undertow .util .Headers ;
39
38
import io .undertow .util .StatusCodes ;
@@ -187,7 +186,6 @@ public void testAsyncSender() throws IOException {
187
186
}
188
187
189
188
@ Test
190
- @ ProxyIgnore ("UNDERTOW-1926 fails with proxy http2 sporadically" ) // FIXME
191
189
public void testAsyncTransfer () throws Exception {
192
190
StringBuilder sb = new StringBuilder (TXS );
193
191
for (int i = 0 ; i < TXS ; ++i ) {
@@ -213,7 +211,6 @@ public void testAsyncTransfer() throws Exception {
213
211
}
214
212
215
213
@ Test
216
- @ ProxyIgnore ("UNDERTOW-1926 fails with proxy http2 sporadically" ) // FIXME
217
214
public void testSyncTransfer () throws Exception {
218
215
StringBuilder sb = new StringBuilder (TXS );
219
216
for (int i = 0 ; i < TXS ; ++i ) {
You can’t perform that action at this time.
0 commit comments