X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fuser32%2Fmsg.c;h=37f7f5871657113684ab8a7ab5b5a946d19791c7;hp=3d4899921ccbe965f256b1dc6ae0c9226e522f68;hb=1a5b34df4a88760f6fb23faf0bd2c0521f751b69;hpb=10d23d4e836345bfc5b29022fa1f7d1fc7d5395d diff --git a/rostests/winetests/user32/msg.c b/rostests/winetests/user32/msg.c index 3d4899921cc..37f7f587165 100755 --- a/rostests/winetests/user32/msg.c +++ b/rostests/winetests/user32/msg.c @@ -15035,6 +15035,14 @@ START_TEST(msg_paint) { 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();