From c987115c35cf97aa6cf03eb921ed59bf6cc904ed Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 22 Aug 2006 03:24:56 +0000 Subject: [PATCH] disable --- tests/scripts/test048-syncrepl-multiproxy | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/scripts/test048-syncrepl-multiproxy b/tests/scripts/test048-syncrepl-multiproxy index 00ee233cf4..6290737f0a 100755 --- a/tests/scripts/test048-syncrepl-multiproxy +++ b/tests/scripts/test048-syncrepl-multiproxy @@ -13,6 +13,12 @@ ## top-level directory of the distribution or, alternatively, at ## . +# test now handles known issues +if test x"$PROXYSYNC" = x ; then + echo "Test disabled; set PROXYSYNC=yes to enable" + exit 0 +fi + echo "running defines.sh" . $SRCDIR/scripts/defines.sh -- 2.39.5