[COMCTL32_WINETEST] treeview.c: Skip test_right_click()

until CORE-14975 is fixed upstream and WINESYNC.

CORE-14975
This commit is contained in:
Serge Gautherie 2018-08-27 19:12:56 +02:00 committed by Thomas Faber
parent 5d04c691af
commit cbcfbc4322
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -2724,6 +2724,14 @@ static void test_right_click(void)
LRESULT result;
POINT pt;
#ifdef __REACTOS__
if (!winetest_interactive)
{
skip("test_right_click() (set WINETEST_INTERACTIVE=1), until CORE-14975 is fixed upstream and WINESYNC\n");
return;
}
#endif
hTree = create_treeview_control(0);
fill_tree(hTree);