ignore it, again

This commit is contained in:
Jesse McConnell 2012-02-15 10:17:06 -06:00
parent 43a6b19590
commit 68737e7713
1 changed files with 1 additions and 1 deletions

View File

@ -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"