[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-04-17 00:41:31 +03:00
parent 0181560848
commit 53d481993d
+1 -1
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 },