- Disable insert menu test for now. Part II.

svn path=/trunk/; revision=63026
This commit is contained in:
James Tabor 2014-04-28 03:51:52 +00:00
parent c81047d3ed
commit 2a6fbc8f80

View file

@ -3632,7 +3632,10 @@ START_TEST(menu)
test_menu_search_bycommand(); test_menu_search_bycommand();
test_CheckMenuRadioItem(); test_CheckMenuRadioItem();
test_menu_resource_layout(); test_menu_resource_layout();
//test_InsertMenu(); //// need more time... if(!winetest_interactive)
skip("WIP turn off test for now.\n");
else
test_InsertMenu(); //// need more time...
test_menualign(); test_menualign();
} }