https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7b105ceb56ee94e961958693c813c09bf2f7ab69

commit 7b105ceb56ee94e961958693c813c09bf2f7ab69
Author:     Victor Perevertkin <victor.perevert...@reactos.org>
AuthorDate: Mon May 18 20:50:07 2020 +0300
Commit:     Victor Perevertkin <victor.perevert...@reactos.org>
CommitDate: Mon May 18 20:50:07 2020 +0300

    [SHELL32_APITEST] Disabled DragDrop test due to race condition
    To be enabled back when the bug is fixed
    CORE-17057
---
 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 5b6afe32963..ba56769a97a 100644
--- a/modules/rostests/apitests/shell32/testlist.c
+++ b/modules/rostests/apitests/shell32/testlist.c
@@ -38,7 +38,7 @@ const struct test winetest_testlist[] =
     { "CShellDesktop", func_CShellDesktop },
     { "CShellLink", func_CShellLink },
     { "CUserNotification", func_CUserNotification },
-    { "DragDrop", func_DragDrop },
+    // { "DragDrop", func_DragDrop }, disabled due to CORE-17057
     { "ExtractIconEx", func_ExtractIconEx },
     { "IShellFolderViewCB", func_IShellFolderViewCB },
     { "menu", func_menu },

Reply via email to