mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00: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:
parent
0181560848
commit
53d481993d
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue