[tests] disable TestSynchMultipleThreads

the test is buggy as the native implementation on windows often
segfaults.
This commit is contained in:
akallabeth 2023-09-21 09:51:25 +02:00 committed by Martin Fleisz
parent 184e006ce5
commit 45c1bc8748

View File

@ -12,7 +12,7 @@ set(${MODULE_PREFIX}_TESTS
TestSynchCritical.c
TestSynchSemaphore.c
TestSynchThread.c
TestSynchMultipleThreads.c
# TestSynchMultipleThreads.c
TestSynchTimerQueue.c
TestSynchWaitableTimer.c
TestSynchWaitableTimerAPC.c