From 4c63cb79dd4665782848503dcae1eff384522486 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 21 Apr 2021 13:13:56 -0500 Subject: [PATCH] Disable netget test on CI systems --- modules/database/test/std/rec/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/database/test/std/rec/Makefile b/modules/database/test/std/rec/Makefile index e8c546442..52db82400 100644 --- a/modules/database/test/std/rec/Makefile +++ b/modules/database/test/std/rec/Makefile @@ -175,8 +175,12 @@ dbHeaderTestxx_SRCS += dbHeaderTestxx.cpp ifeq ($(T_A),$(EPICS_HOST_ARCH)) # Host-only tests of softIoc/softIocPVA, caget and pvget (if present) +# Unfortunately hangs too often on CI systems: +ifndef CI TESTS += netget endif +endif + # epicsRunRecordTests runs all the test programs in a known working order. testHarness_SRCS += epicsRunRecordTests.c