Author: ffang
Date: Thu Jul 26 05:09:02 2007
New Revision: 559787

URL: http://svn.apache.org/viewvc?view=rev&rev=559787
Log:
disable AegisClientServerTest

Modified:
    
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java

Modified: 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java?view=diff&rev=559787&r1=559786&r2=559787
==============================================================================
--- 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java
 (original)
+++ 
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java
 Thu Jul 26 05:09:02 2007
@@ -34,6 +34,7 @@
 import org.apache.cxf.interceptor.LoggingOutInterceptor;
 import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class AegisClientServerTest extends AbstractBusClientServerTestBase {
@@ -45,6 +46,7 @@
     }
     
     @Test
+    @Ignore
     public void testAegisClient() throws Exception {
         Bus bus = new SpringBusFactory().createBus();
         bus.getInInterceptors().add(new LoggingInInterceptor());


Reply via email to