mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 00:31:27 +00:00
hack: skipping RegisterWaitForSingleObject tests as they don't finish
svn path=/trunk/; revision=38926
This commit is contained in:
parent
a7bf412ad2
commit
e67174808a
1 changed files with 3 additions and 0 deletions
|
@ -979,6 +979,9 @@ static void test_RegisterWaitForSingleObject(void)
|
|||
return;
|
||||
}
|
||||
|
||||
skip("ROS-HACK: Skipping RegisterWaitForSingleObject tests\n");
|
||||
return;
|
||||
|
||||
/* test signaled case */
|
||||
|
||||
handle = CreateEvent(NULL, TRUE, TRUE, NULL);
|
||||
|
|
Loading…
Reference in a new issue