Skip to content

Commit

Permalink
Disable testCaProvider for <=3.15 and WIN32
Browse files Browse the repository at this point in the history
Random hangs on WIN32.
Seems to crash with 3.15 (github actions)
  • Loading branch information
mdavidsaver committed Nov 22, 2020
1 parent 5a72232 commit e13cee1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testCa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e13cee1

Please sign in to comment.