[jboss-cvs] JBoss Messaging SVN: r3792 - trunk/tests/src/org/jboss/test/messaging/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 25 11:36:49 EST 2008


Author: jmesnil
Date: 2008-02-25 11:36:48 -0500 (Mon, 25 Feb 2008)
New Revision: 3792

Modified:
   trunk/tests/src/org/jboss/test/messaging/jms/AcknowledgementTest.java
Log:
* /temporarily/ fails testMessageListenerAutoAck() explicitely since this test hangs out and prevent the test suite to run completely

Modified: trunk/tests/src/org/jboss/test/messaging/jms/AcknowledgementTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/AcknowledgementTest.java	2008-02-25 16:28:50 UTC (rev 3791)
+++ trunk/tests/src/org/jboss/test/messaging/jms/AcknowledgementTest.java	2008-02-25 16:36:48 UTC (rev 3792)
@@ -833,6 +833,8 @@
      
    public void testMessageListenerAutoAck() throws Exception
    {
+      // FIXME the test hangs due to a race condition and never finish
+      fail("temporarily fails the test so that it does not hang the test suite");
       Connection conn = null;
       
       try




More information about the jboss-cvs-commits mailing list