gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 177/264: cirrus: no longer ignore test 504 which is working agai


From: gnunet
Subject: [gnurl] 177/264: cirrus: no longer ignore test 504 which is working again
Date: Thu, 30 Apr 2020 16:08:00 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit 50842c1b32add07434a79959345595560c93fadf
Author: Marc Hoersken <address@hidden>
AuthorDate: Mon Apr 13 20:27:00 2020 +0200

    cirrus: no longer ignore test 504 which is working again
    
    The test is working again, because TCP blackholing is disabled.
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 33ed1f85c..4a541c9b0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -71,7 +71,7 @@ task:
     - case `uname -r` in
         13.0*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';;
         12.1*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';;
-        11.3*) SKIP_TESTS='~504 ~1242 ~1243 ~2002 ~2003';;
+        11.3*) SKIP_TESTS='~1242 ~1243 ~2002 ~2003';;
       esac
     - sudo -u nobody make V=1 TFLAGS="-n -a -p !flaky ${SKIP_TESTS}" 
test-nonflaky
   install_script:

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



reply via email to

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