[jbosscache-commits] JBoss Cache SVN: r4569 - core/trunk/src/test/java/org/jboss/cache/lock.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Oct 8 12:11:41 EDT 2007


Author: manik.surtani at jboss.com
Date: 2007-10-08 12:11:41 -0400 (Mon, 08 Oct 2007)
New Revision: 4569

Modified:
   core/trunk/src/test/java/org/jboss/cache/lock/ReentrantWriterPreference2Readers1WriterLockTest.java
Log:
Disabled test - JBCACHE-461 related

Modified: core/trunk/src/test/java/org/jboss/cache/lock/ReentrantWriterPreference2Readers1WriterLockTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/lock/ReentrantWriterPreference2Readers1WriterLockTest.java	2007-10-08 16:06:30 UTC (rev 4568)
+++ core/trunk/src/test/java/org/jboss/cache/lock/ReentrantWriterPreference2Readers1WriterLockTest.java	2007-10-08 16:11:41 UTC (rev 4569)
@@ -23,7 +23,7 @@
  * @author Bela Ban
  * @version $Id$
  */
- at Test(groups = { "functional" })
+ at Test(groups = { "functional" }, enabled = false) // historical disabled - and wont fix.  See JBCACHE-461
 public class ReentrantWriterPreference2Readers1WriterLockTest
 {
    ReentrantReadWriteLock lock;




More information about the jbosscache-commits mailing list