From 7b105ceb56ee94e961958693c813c09bf2f7ab69 Mon Sep 17 00:00:00 2001 From: Victor Perevertkin Date: Mon, 18 May 2020 20:50:07 +0300 Subject: [PATCH] [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 },