mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[SHELL32_APITEST] Disable CUserNotification test
The test doesn't work on Windows 2003, because the balloon window does not close itself.
This commit is contained in:
@@ -45,7 +45,7 @@ const struct test winetest_testlist[] =
|
||||
{ "CommandLineToArgvW", func_CommandLineToArgvW },
|
||||
{ "CShellDesktop", func_CShellDesktop },
|
||||
{ "CShellLink", func_CShellLink },
|
||||
{ "CUserNotification", func_CUserNotification },
|
||||
//{ "CUserNotification", func_CUserNotification }, // Test is broken on Win 2003
|
||||
{ "DragDrop", func_DragDrop },
|
||||
{ "ExtractIconEx", func_ExtractIconEx },
|
||||
{ "FindExecutable", func_FindExecutable },
|
||||
|
||||
Reference in New Issue
Block a user