https://git.reactos.org/?p=reactos.git;a=commitdiff;h=53d481993d74c8a01f72df35e65e5a9a38401ac9

commit 53d481993d74c8a01f72df35e65e5a9a38401ac9
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Thu Feb 2 13:48:56 2023 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Mon Apr 17 00:41:31 2023 +0300

    [SHELL32_APITEST] Disable CUserNotification test
    
    The test doesn't work on Windows 2003, because the balloon window does not 
close itself.
---
 modules/rostests/apitests/shell32/testlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/apitests/shell32/testlist.c 
b/modules/rostests/apitests/shell32/testlist.c
index 1fdf7ca44d2..2c65335551f 100644
--- a/modules/rostests/apitests/shell32/testlist.c
+++ b/modules/rostests/apitests/shell32/testlist.c
@@ -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 },

Reply via email to