summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-18 08:57:10 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-18 08:57:10 +0100
commitd26953e4d65300c8c1403980cf7c4fe3a1b49bc0 (patch)
treefbc09acd03dc1f1efdb07fa33c8dd59ebc6b34ae
parent96a6bcb5c36c6684611947728092e500a5d71764 (diff)
downloadcurl-bagder/test-long-request-header.tar.gz
mesalink: skip test 410 that hangs "forever"bagder/test-long-request-header
-rwxr-xr-xscripts/travis/script.sh2
1 files changed, 1 insertions, 1 deletions
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