diff options
| author | Alan Conway <aconway@apache.org> | 2008-07-04 21:14:29 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-07-04 21:14:29 +0000 |
| commit | e341e58a09b344dc89a988d6d977457682d269b0 (patch) | |
| tree | 8291bb42659379d91683561b9a592b36ae59005a /cpp/src/tests | |
| parent | 56827d8e2d1714a62096a023bbea4979dc26400e (diff) | |
| download | qpid-python-e341e58a09b344dc89a988d6d977457682d269b0.tar.gz | |
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
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/cluster.mk | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
