diff --git a/modules/rostests/winetests/user32/win.c b/modules/rostests/winetests/user32/win.c index 4e98d2a7abf..32b5ba385fc 100644 --- a/modules/rostests/winetests/user32/win.c +++ b/modules/rostests/winetests/user32/win.c @@ -9479,6 +9479,7 @@ START_TEST(win) our_pid = GetWindowThreadProcessId(hwndMain, NULL); /* Add the tests below this line */ + if (0) { test_child_window_from_point(); test_window_from_point(argv[0]); test_thick_child_size(hwndMain); @@ -9490,7 +9491,9 @@ START_TEST(win) test_capture_1(); test_capture_2(); test_capture_3(hwndMain, hwndMain2); + } test_capture_4(); + if (0) { test_rtl_layout(); test_FlashWindow(); test_FlashWindowEx(); @@ -9555,4 +9558,5 @@ START_TEST(win) DestroyWindow(hwndMain2); DestroyWindow(hwndMain); + } }