ignore it, again
This commit is contained in:
parent
43a6b19590
commit
68737e7713
|
@ -60,7 +60,7 @@ public class AsyncContextTest
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
//Ignore ("failing test illustrating potential issue")
|
@Ignore ("failing test illustrating potential issue")
|
||||||
public void testSimpleAsyncContext() throws Exception
|
public void testSimpleAsyncContext() throws Exception
|
||||||
{
|
{
|
||||||
String request = "GET /servletPath HTTP/1.1\r\n" + "Host: localhost\r\n" + "Content-Type: application/x-www-form-urlencoded\r\n"
|
String request = "GET /servletPath HTTP/1.1\r\n" + "Host: localhost\r\n" + "Content-Type: application/x-www-form-urlencoded\r\n"
|
||||||
|
|
Loading…
Reference in New Issue