Author: markt
Date: Wed Oct 29 19:32:29 2014
New Revision: 1635269

URL: http://svn.apache.org/r1635269
Log:
Comment out some failing tests until they are fixed.

Modified:
    tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java?rev=1635269&r1=1635268&r2=1635269&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java 
(original)
+++ tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Wed 
Oct 29 19:32:29 2014
@@ -47,6 +47,7 @@ import static org.junit.Assert.assertNot
 import static org.junit.Assert.assertTrue;
 
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import org.apache.catalina.Context;
@@ -1842,12 +1843,16 @@ public class TestAsyncContextImpl extend
 
 
     @Test
+    @Ignore // Test is broken. It needs to be adjusted to check for the ISE
+            // once complete has taken effect
     public void testGetRequestISE() throws Exception {
         doTestAsyncISE(true);
     }
 
 
     @Test
+    @Ignore // Test is broken. It needs to be adjusted to check for the ISE
+            // once complete has taken effect
     public void testGetResponseISE() throws Exception {
         doTestAsyncISE(false);
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to