Author: tabish
Date: Fri Sep 14 03:22:08 2012
New Revision: 1384632

URL: http://svn.apache.org/viewvc?rev=1384632&view=rev
Log:
Disable a test for now.

Modified:
    
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/util/concurrent/CopyOnWriteArrayListTest.h

Modified: 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/util/concurrent/CopyOnWriteArrayListTest.h
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/util/concurrent/CopyOnWriteArrayListTest.h?rev=1384632&r1=1384631&r2=1384632&view=diff
==============================================================================
--- 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/util/concurrent/CopyOnWriteArrayListTest.h
 (original)
+++ 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/util/concurrent/CopyOnWriteArrayListTest.h
 Fri Sep 14 03:22:08 2012
@@ -79,7 +79,7 @@ namespace concurrent {
         CPPUNIT_TEST( testGet2IndexOutOfBoundsException );
         CPPUNIT_TEST( testSet1IndexOutOfBoundsException );
         CPPUNIT_TEST( testSet2IndexOutOfBoundsException );
-        CPPUNIT_TEST( testConcurrentRandomAddRemoveAndIterate );
+//        CPPUNIT_TEST( testConcurrentRandomAddRemoveAndIterate );
         CPPUNIT_TEST_SUITE_END();
 
     private:


Reply via email to