From 91712b3420331a919c21764ac5219cbd40abdfad Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 4 Aug 2020 17:34:15 +0200 Subject: [PATCH] test-script-multi-user: do not run under asan Signed-off-by: Nikos Mavrogiannopoulos --- tests/test-script-multi-user | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test-script-multi-user b/tests/test-script-multi-user index 81a0c12f..a5e86ba2 100755 --- a/tests/test-script-multi-user +++ b/tests/test-script-multi-user @@ -30,6 +30,11 @@ USERNAME=test . `dirname $0`/common.sh +if test "${DISABLE_ASAN_BROKEN_TESTS}" = 1;then + echo "Skipping test requiring ldpreload" + exit 77 +fi + rm -f test-sleep.tmp OCCTL_SOCKET=./occtl-test-script-$$.socket