[WS2_32_APITEST]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 13 Nov 2016 14:54:06 +0000 (14:54 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 13 Nov 2016 14:54:06 +0000 (14:54 +0000)
- Skip nonblocking tests since they hang on testbot
ROSTESTS-247

svn path=/trunk/; revision=73225

rostests/apitests/ws2_32/nonblocking.c

index 40286cb..328f823 100644 (file)
@@ -32,6 +32,12 @@ START_TEST(nonblocking)
     struct timeval tval = { 0 };
     char address[100];
 
     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");
     if (WSAStartup(MAKEWORD(2, 2), &WsaData) != 0)
     {
         skip("WSAStartup failed\n");