From e341e58a09b344dc89a988d6d977457682d269b0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 4 Jul 2008 21:14:29 +0000 Subject: Disabled cluster_test temporarily, it leaks processes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@674124 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 1f2413161a..8c6c69db21 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -9,8 +9,10 @@ lib_cluster = $(abs_builddir)/../libqpidcluster.la # You should do "newgrp ais" before running the tests to run these. # -# ais_check checks conditions for AIS tests and runs if ok. -TESTS+=ais_check + +# FIXME aconway 2008-07-04: disabled till process leak is plugged. +# ais_check checks conditions for cluster tests and run them if ok. +#TESTS+=ais_check EXTRA_DIST+=ais_check check_PROGRAMS+=cluster_test -- cgit v1.2.1