[WS2_32_APITEST]

- Skip nonblocking tests since they hang on testbot
ROSTESTS-247

svn path=/trunk/; revision=73225
This commit is contained in:
Thomas Faber 2016-11-13 14:54:06 +00:00
parent ce14a59aa5
commit c2b131e793

View file

@ -32,6 +32,12 @@ START_TEST(nonblocking)
struct timeval tval = { 0 };
char address[100];
if (!winetest_interactive)
{
skip("ROSTESTS-247: Skipping ws2_32_apitest:nonblocking because it times out on testbot\n");
return;
}
if (WSAStartup(MAKEWORD(2, 2), &WsaData) != 0)
{
skip("WSAStartup failed\n");