You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2013/07/30 12:18:11 UTC

svn commit: r1508372 - /cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/caching/CachingTest.java

Author: coheigea
Date: Tue Jul 30 10:18:11 2013
New Revision: 1508372

URL: http://svn.apache.org/r1508372
Log:
Merged revisions 1508369 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1508369 | coheigea | 2013-07-30 11:03:07 +0100 (Tue, 30 Jul 2013) | 2 lines

  Re-ignoring a test that fails often on Jenkins

........

Modified:
    cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/caching/CachingTest.java

Modified: cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/caching/CachingTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/caching/CachingTest.java?rev=1508372&r1=1508371&r2=1508372&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/caching/CachingTest.java (original)
+++ cxf/branches/2.7.x-fixes/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/caching/CachingTest.java Tue Jul 30 10:18:11 2013
@@ -74,7 +74,9 @@ public class CachingTest extends Abstrac
         stopAllServers();
     }
 
+    // @Ignore'd because failing too often on slow Jenkins machines
     @org.junit.Test
+    @org.junit.Ignore
     public void testSTSClientCaching() throws Exception {
 
         SpringBusFactory bf = new SpringBusFactory();