From eba9e88af8a40c34e9925ea54292b3ba88a8b685 Mon Sep 17 00:00:00 2001 From: "Darwin G. Flores" Date: Wed, 1 Mar 2006 01:58:57 +0000 Subject: [PATCH] Excludes the SimpleNetworkTest in project.xml, as it caused the build process to hang in Linux platform git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@381868 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-core/project.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/activemq-core/project.xml b/activemq-core/project.xml index f25a26b0c8..49c5288814 100755 --- a/activemq-core/project.xml +++ b/activemq-core/project.xml @@ -341,6 +341,9 @@ **/ProxyConnectorTest.* + + + **/SimpleNetworkTest.*