[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:
Timo Kreuzer 2023-02-02 13:48:56 +02:00
parent 0181560848
commit 53d481993d

View file

@ -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 },