hack: skipping RegisterWaitForSingleObject tests as they don't finish

svn path=/trunk/; revision=38926
This commit is contained in:
Christoph von Wittich 2009-01-19 04:20:06 +00:00
parent a7bf412ad2
commit e67174808a

View file

@ -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);