From ab33674294e07c420a0ad7f4614dedbdf0a92a16 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Tue, 22 Aug 2006 01:46:46 +0000 Subject: [PATCH] Test fails, disable in RE24 --- tests/scripts/test045-syncreplication-proxied | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/scripts/test045-syncreplication-proxied b/tests/scripts/test045-syncreplication-proxied index 47c9bad8cf..a3f1f901ad 100755 --- a/tests/scripts/test045-syncreplication-proxied +++ b/tests/scripts/test045-syncreplication-proxied @@ -19,10 +19,10 @@ if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then fi # test now handles known issues -#if test x"$PROXYSYNC" = x ; then -# echo "Test disabled; set PROXYSYNC=yes to enable" -# exit 0 -#fi +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 -- GitLab