You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2008/03/07 18:18:25 UTC

svn commit: r634751 - /incubator/qpid/branches/M2.1/java/systests/pom.xml

Author: ritchiem
Date: Fri Mar  7 09:18:25 2008
New Revision: 634751

URL: http://svn.apache.org/viewvc?rev=634751&view=rev
Log:
QPID-841 : Removed SimpleACLTest from the build until we can diagnose why it occasionally fails to find a file on disk

Modified:
    incubator/qpid/branches/M2.1/java/systests/pom.xml

Modified: incubator/qpid/branches/M2.1/java/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/systests/pom.xml?rev=634751&r1=634750&r2=634751&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/systests/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/systests/pom.xml Fri Mar  7 09:18:25 2008
@@ -104,6 +104,7 @@
                         <exclude>**/testcases/RollbackTest.class</exclude>
                         <exclude>**/testcases/TTLTest.class</exclude>
                         <exclude>**/testcases/FailoverTest.class</exclude>
+<exclude>**/SimpleACLTest.class</exclude>
                     </excludes>
                 </configuration>
             </plugin>