[jboss-svn-commits] JBL Code SVN: r33436 - labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/objectstore.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 10 05:29:16 EDT 2010


Author: mmusgrov
Date: 2010-06-10 05:29:15 -0400 (Thu, 10 Jun 2010)
New Revision: 33436

Modified:
   labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/objectstore/ObjectStoreTest.java
Log:
[https://jira.jboss.org/jira/browse/JBTM-615] Temporarily disable testCacheStore since it intermittently hangs

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/objectstore/ObjectStoreTest.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/objectstore/ObjectStoreTest.java	2010-06-10 07:03:31 UTC (rev 33435)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/tests/classes/com/hp/mwtests/ts/arjuna/objectstore/ObjectStoreTest.java	2010-06-10 09:29:15 UTC (rev 33436)
@@ -307,7 +307,7 @@
         }
     }
     
-    @Test
+    //@Test
     public void testCacheStore () throws Exception
     {
         CacheStore as = new CacheStore();



More information about the jboss-svn-commits mailing list