[USER32_WINETEST]
[reactos.git] / rostests / winetests / user32 / msg.c
index 3d48999..37f7f58 100755 (executable)
@@ -15035,6 +15035,14 @@ START_TEST(msg_paint)
 {
     init_tests();
     test_scrollwindowex();
 {
     init_tests();
     test_scrollwindowex();
+#ifdef __REACTOS__
+    if (!winetest_interactive &&
+        !strcmp(winetest_platform, "windows"))
+    {
+        skip("ROSTESTS-184: Skipping user3232_winetest:msg_paint test_paint_messages because it hangs on WHS-Testbot. Set winetest_interactive to run it anyway.\n");
+    }
+    else
+#endif
     test_paint_messages();
     test_paintingloop();
     cleanup_tests();
     test_paint_messages();
     test_paintingloop();
     cleanup_tests();