From 9417403a7ff1479450250caaa5e6d6e9cfc2adb0 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 6 Dec 2009 14:01:38 +0000 Subject: [PATCH] ITS#5810: skip back-ldif --- tests/scripts/test043-delta-syncrepl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/scripts/test043-delta-syncrepl b/tests/scripts/test043-delta-syncrepl index c24e276307..4812bd6af7 100755 --- a/tests/scripts/test043-delta-syncrepl +++ b/tests/scripts/test043-delta-syncrepl @@ -24,6 +24,11 @@ if test $ACCESSLOG = accesslogno; then echo "Accesslog overlay not available, test skipped" exit 0 fi +if test $BACKEND = ldif ; then + # Onelevel search does not return entries in order of creation or CSN. + echo "$BACKEND backend unsuitable for syncprov logdb, test skipped" + exit 0 +fi mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR2 -- 2.39.5