mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Disable insert menu test for now. Part II.
svn path=/trunk/; revision=63026
This commit is contained in:
parent
c81047d3ed
commit
2a6fbc8f80
1 changed files with 4 additions and 1 deletions
|
@ -3632,7 +3632,10 @@ START_TEST(menu)
|
|||
test_menu_search_bycommand();
|
||||
test_CheckMenuRadioItem();
|
||||
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue