[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:
Victor Perevertkin 2020-05-18 20:50:07 +03:00
parent 240f6737e9
commit 7b105ceb56
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View file

@ -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 },