From 8ee4bfe6334db5741d53e6cb4af78fa39ab40b2e Mon Sep 17 00:00:00 2001 From: HAMANO Tsukasa Date: Wed, 8 Jun 2022 11:10:32 +0900 Subject: [PATCH] ITS#9859 skip test020-proxycache for back-wt --- tests/scripts/test020-proxycache | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index 8b38a7b059..af4cc9edc6 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -40,6 +40,11 @@ if test $BACKEND = ldif ; then exit 0 fi +if test $BACKEND = wt ; then + echo "Test does not support $BACKEND backend, test skipped" + exit 0 +fi + mkdir -p $TESTDIR $DBDIR1 $DBDIR2 # Test proxy caching: -- 2.47.2