Temporarily disable frequently failing Sleep PAL tests (#10313)
authorKoundinya Veluri <kouvel@microsoft.com>
Tue, 21 Mar 2017 18:47:32 +0000 (11:47 -0700)
committerDan Moseley <danmose@microsoft.com>
Tue, 21 Mar 2017 18:47:32 +0000 (11:47 -0700)
See #8321

src/pal/tests/palsuite/paltestlist.txt
src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt

index 943c15a..9f0be50 100644 (file)
@@ -762,8 +762,6 @@ threading/SetEvent/test1/paltest_setevent_test1
 threading/SetEvent/test2/paltest_setevent_test2
 threading/SetEvent/test3/paltest_setevent_test3
 threading/SetEvent/test4/paltest_setevent_test4
-threading/SleepEx/test1/paltest_sleepex_test1
-threading/SleepEx/test2/paltest_sleepex_test2
 threading/SwitchToThread/test1/paltest_switchtothread_test1
 threading/ThreadPriority/test1/paltest_threadpriority_test1
 threading/TLS/test1/paltest_tls_test1
index 96b05db..f7a293a 100644 (file)
@@ -193,6 +193,8 @@ threading/OpenProcess/test1/paltest_openprocess_test1
 threading/QueueUserAPC/test1/paltest_queueuserapc_test1
 threading/setthreadcontext/test1/paltest_setthreadcontext_test1
 threading/Sleep/test1/paltest_sleep_test1
+threading/SleepEx/test1/paltest_sleepex_test1
+threading/SleepEx/test2/paltest_sleepex_test2
 threading/SuspendThread/test2/paltest_suspendthread_test2
 threading/SuspendThread/test3/paltest_suspendthread_test3
 threading/TerminateProcess/test1/paltest_terminateprocess_test1