You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2011/11/30 10:39:58 UTC

svn commit: r1208347 - /webservices/wss4j/trunk/src/test/java/org/apache/ws/security/message/EncryptionGCMTest.java

Author: coheigea
Date: Wed Nov 30 09:39:57 2011
New Revision: 1208347

URL: http://svn.apache.org/viewvc?rev=1208347&view=rev
Log:
[WSS-325] - Commenting out GCM tests

Modified:
    webservices/wss4j/trunk/src/test/java/org/apache/ws/security/message/EncryptionGCMTest.java

Modified: webservices/wss4j/trunk/src/test/java/org/apache/ws/security/message/EncryptionGCMTest.java
URL: http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/test/java/org/apache/ws/security/message/EncryptionGCMTest.java?rev=1208347&r1=1208346&r2=1208347&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/test/java/org/apache/ws/security/message/EncryptionGCMTest.java (original)
+++ webservices/wss4j/trunk/src/test/java/org/apache/ws/security/message/EncryptionGCMTest.java Wed Nov 30 09:39:57 2011
@@ -66,6 +66,7 @@ public class EncryptionGCMTest extends o
     }
     
     @org.junit.Test
+    @org.junit.Ignore
     public void testAES128GCM() throws Exception {
         WSSecEncrypt builder = new WSSecEncrypt();
         builder.setUserInfo("wss40");
@@ -87,6 +88,7 @@ public class EncryptionGCMTest extends o
     }
     
     @org.junit.Test
+    @org.junit.Ignore
     public void testAES256GCM() throws Exception {
         WSSecEncrypt builder = new WSSecEncrypt();
         builder.setUserInfo("wss40");