From 5c75fd7bfca83edbead521c3582aaab078bd270a Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 26 Oct 2022 10:59:30 -0400 Subject: [PATCH] disable testpvalink --- testApp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testApp/Makefile b/testApp/Makefile index b6ae290..a082186 100644 --- a/testApp/Makefile +++ b/testApp/Makefile @@ -52,7 +52,8 @@ TESTPROD_HOST += testpvalink testpvalink_SRCS += testpvalink.cpp testpvalink_SRCS += pvaLinkTestIoc_registerRecordDeviceDriver.cpp testpvalink_LIBS += qsrv -TESTS += testpvalink +# too many false positive failure +#TESTS += testpvalink TESTPROD_HOST += testgroupconfig testgroupconfig_SRCS += testgroupconfig