- Skip a buck load of ole32 tests too
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 21 Dec 2008 22:58:10 +0000 (22:58 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 21 Dec 2008 22:58:10 +0000 (22:58 +0000)
svn path=/trunk/; revision=38253

rostests/winetests/ole32/compobj.c

index bdc34d9..3a1c949 100644 (file)
@@ -1024,6 +1024,9 @@ static void test_CoGetObjectContext(void)
 
 START_TEST(compobj)
 {
+    skip("Skipping compobj tests\n");
+    return;
+
     HMODULE hOle32 = GetModuleHandle("ole32");
     pCoGetObjectContext = (void*)GetProcAddress(hOle32, "CoGetObjectContext");
     if (!(pCoInitializeEx = (void*)GetProcAddress(hOle32, "CoInitializeEx")))