diff --git a/rostests/winetests/shell32/roshack.diff b/rostests/winetests/shell32/roshack.diff index 5eb7175da73..4e194dbd721 100644 --- a/rostests/winetests/shell32/roshack.diff +++ b/rostests/winetests/shell32/roshack.diff @@ -11,3 +11,17 @@ Index: shlexec.c myARGC = winetest_get_mainargs(&myARGV); if (myARGC >= 3) +Index: systray.c +=================================================================== +--- systray.c (revision 38229) ++++ systray.c (working copy) +@@ -138,6 +138,9 @@ + RECT rc; + HMODULE huser32, hshell32; + ++ skip("Skipping systray tests\n"); ++ return; ++ + hshell32 = GetModuleHandleA("shell32.dll"); + pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW"); + diff --git a/rostests/winetests/shell32/systray.c b/rostests/winetests/shell32/systray.c index c672d671b59..4eb1a5d4714 100644 --- a/rostests/winetests/shell32/systray.c +++ b/rostests/winetests/shell32/systray.c @@ -138,6 +138,9 @@ START_TEST(systray) RECT rc; HMODULE huser32, hshell32; + skip("Skipping systray tests\n"); + return; + hshell32 = GetModuleHandleA("shell32.dll"); pShell_NotifyIconW = (void*)GetProcAddress(hshell32, "Shell_NotifyIconW");