mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[COMCTL32_WINETEST] treeview.c: Skip test_right_click()
until CORE-14975 is fixed upstream and WINESYNC. CORE-14975
This commit is contained in:
parent
5d04c691af
commit
cbcfbc4322
1 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue