Disable testCaProvider for <=3.15 and WIN32
Random hangs on WIN32. Seems to crash with 3.15 (github actions)
This commit is contained in:
@ -11,7 +11,11 @@ PROD_SYS_LIBS_WIN32 += netapi32 ws2_32
|
||||
|
||||
TESTPROD_HOST += testCaProvider
|
||||
testCaProvider_SRCS += testCaProvider.cpp
|
||||
ifdef BASE_3_16
|
||||
ifneq (WIN32,$(OS_CLASS))
|
||||
TESTS += testCaProvider
|
||||
endif
|
||||
endif
|
||||
ifdef BASE_3_16
|
||||
testCaProvider_SRCS += testIoc_registerRecordDeviceDriver.cpp
|
||||
REGRDDFLAGS = -l
|
||||
|
Reference in New Issue
Block a user