[User32_wineTest]
[reactos.git] / rostests / winetests / user32 / msg.c
index 3d48999..fcb5c4f 100755 (executable)
@@ -15036,6 +15036,14 @@ START_TEST(msg_paint)
     init_tests();
     test_scrollwindowex();
     test_paint_messages();
+#ifdef __REACTOS__
+    if (!winetest_interactive &&
+        !strcmp(winetest_platform, "windows"))
+    {
+        skip("ROSTESTS-185: Skipping user32_winetest:msg_paint test_paintingloop because it hangs on WHS-Testbot. Set winetest_interactive to run it anyway.\n");
+    }
+    else
+#endif
     test_paintingloop();
     cleanup_tests();
 }
@@ -15108,13 +15116,8 @@ START_TEST(msg_menu)
     init_tests();
     test_sys_menu();
     test_menu_messages();
-    if(!winetest_interactive)
-       skip("CORE-8299 : Skip Tracking popup menu tests.\n");
-    else
-    {
     test_TrackPopupMenu();
     test_TrackPopupMenuEmpty();
-    }
     cleanup_tests();
 }