From 45c1bc8748bdbb3e469dd4bb653d040b98b79286 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Thu, 21 Sep 2023 09:51:25 +0200 Subject: [PATCH] [tests] disable TestSynchMultipleThreads the test is buggy as the native implementation on windows often segfaults. --- winpr/libwinpr/synch/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winpr/libwinpr/synch/test/CMakeLists.txt b/winpr/libwinpr/synch/test/CMakeLists.txt index 645d631eb..66d15c6d2 100644 --- a/winpr/libwinpr/synch/test/CMakeLists.txt +++ b/winpr/libwinpr/synch/test/CMakeLists.txt @@ -12,7 +12,7 @@ set(${MODULE_PREFIX}_TESTS TestSynchCritical.c TestSynchSemaphore.c TestSynchThread.c - TestSynchMultipleThreads.c + # TestSynchMultipleThreads.c TestSynchTimerQueue.c TestSynchWaitableTimer.c TestSynchWaitableTimerAPC.c