gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 176/264: appveyor: completely disable tests that fail to timeout


From: gnunet
Subject: [gnurl] 176/264: appveyor: completely disable tests that fail to timeout early
Date: Thu, 30 Apr 2020 16:07:59 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 93772465b86379f22b8306b7a309d36bee83b109
Author: Marc Hoersken <address@hidden>
AuthorDate: Mon Apr 13 19:35:30 2020 +0200

    appveyor: completely disable tests that fail to timeout early
    
    The tests changed from ignored to disabled are tests that are
    about connecting to non-listening socket. On AppVeyor these
    tests are not reliable, because for some unknown reason the
    connect is not timing out before the test time limit is reached.
---
 appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 19e37a1a5..a0e188980 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -192,12 +192,12 @@ environment:
       - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
         BUILD_SYSTEM: autotools
         TESTING: ON
-        DISABLED_TESTS: "~19 ~1056 ~1233 ~1242 ~1243 ~2002 ~2003"
+        DISABLED_TESTS: "!19 !1233 ~1242 ~1243 ~2002 ~2003"
         CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc 
--disable-threaded-resolver --disable-proxy"
       - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
         BUILD_SYSTEM: autotools
         TESTING: ON
-        DISABLED_TESTS: "~19 ~504 ~704 ~705 ~1056 ~1233 ~1242 ~1243 ~2002 
~2003"
+        DISABLED_TESTS: "!19 !504 !704 !705 !1233 ~1242 ~1243 ~2002 ~2003"
         CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc 
--disable-threaded-resolver"
 
 install:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]