From: Alex Ionescu Date: Sun, 4 Sep 2005 15:57:17 +0000 (+0000) Subject: - Disable two tests since the Balance Set Manager isn't implemented yet and they... X-Git-Tag: ReactOS-0.2.8~772 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=84727764b0a88d48a8586041c28927ba1abd4d9e;hp=eb59fe4b41b5993cbc53b50265cbc813b75bc257 - Disable two tests since the Balance Set Manager isn't implemented yet and they'll freeze ROS. svn path=/trunk/; revision=17637 --- diff --git a/reactos/regtests/winetests/kernel32/thread.c b/reactos/regtests/winetests/kernel32/thread.c index 7e265d43904..b7f1fa69eeb 100755 --- a/reactos/regtests/winetests/kernel32/thread.c +++ b/reactos/regtests/winetests/kernel32/thread.c @@ -425,10 +425,10 @@ static VOID test_thread_priority(void) "SetThreadPriority Failed\n"); ok(GetThreadPriority(curthread)==THREAD_PRIORITY_TIME_CRITICAL, "GetThreadPriority Failed\n"); - ok(SetThreadPriority(curthread,THREAD_PRIORITY_IDLE)!=0, - "SetThreadPriority Failed\n"); - ok(GetThreadPriority(curthread)==THREAD_PRIORITY_IDLE, - "GetThreadPriority Failed\n"); + //ok(SetThreadPriority(curthread,THREAD_PRIORITY_IDLE)!=0, + //"SetThreadPriority Failed\n"); + //ok(GetThreadPriority(curthread)==THREAD_PRIORITY_IDLE, + //"GetThreadPriority Failed\n"); ok(SetThreadPriority(curthread,0)!=0,"SetThreadPriority Failed\n"); /* Check thread priority boost */