From d26953e4d65300c8c1403980cf7c4fe3a1b49bc0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 18 Jan 2021 08:57:10 +0100 Subject: mesalink: skip test 410 that hangs "forever" --- scripts/travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh index 26d5aaaf0..050eb0fdd 100755 --- a/scripts/travis/script.sh +++ b/scripts/travis/script.sh @@ -62,7 +62,7 @@ fi if [ "$T" = "debug-mesalink" ]; then ./configure --enable-debug --enable-werror $C make - make "TFLAGS=-n !313 !3001" test-nonflaky + make "TFLAGS=-n !313 !410 !3001" test-nonflaky fi if [ "$T" = "novalgrind" ]; then -- cgit v1.2.1