mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SHELL32_APITEST] Disabled DragDrop test due to race condition
To be enabled back when the bug is fixed CORE-17057
This commit is contained in:
parent
240f6737e9
commit
7b105ceb56
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue