[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:
Thomas Faber 2015-02-15 18:20:59 +00:00
parent 384d4f06d5
commit c5dcd5d90a

View File

@ -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);