Index: service.c =================================================================== --- modules/rostests/winetests/advapi32/service.c (revision 67916) +++ modules/rostests/winetests/advapi32/service.c (working copy) @@ -2168,9 +2168,6 @@ DWORD le1, le2; SERVICE_STATUS status; -#ifdef __REACTOS__ - fprintf(stdout, "ROSTESTS-56: Hello sysreg, I am awake\n"); -#endif ret = StartServiceA(svc_handle, 0, NULL); le1 = GetLastError(); ok(!ret, "%s: StartServiceA() should have failed\n", name); @@ -2337,12 +2334,6 @@ goto cleanup; } - if (!winetest_interactive) - { - skip("ROSTESTS-151: Skipping service start timeout tests because they take too long. This is not a bug!\n"); - goto cleanup; - } - /* Again with a process that exits right away */ displayname = "Winetest Exit Service"; ret = ChangeServiceConfigA(svc_handle, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, cmd, NULL, NULL, NULL, NULL, NULL, displayname);