mirror of
https://github.com/reactos/reactos.git
synced 2025-01-25 21:13:29 +08:00
[ADVAPI32_WINETEST]
- Skip over service timeout tests because they take too long. This is not a bug, the tests are completing successfully -- however they are designed to cause service manager timeouts and take two minutes in doing so. Testbot time is too valuable to do this on every commit. ROSTESTS-151 svn path=/trunk/; revision=66302
This commit is contained in:
parent
384d4f06d5
commit
c5dcd5d90a
@ -2266,6 +2266,12 @@ static void test_start_stop(void)
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user