summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-16 23:22:04 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-18 16:10:34 +0100
commit11b2dd86d38b54c85f2361e1603c2d6d395ddf92 (patch)
tree7da4e3d19ea701f6776835ff7516c3887ae18a36 /scripts
parent215db086e09665ee7af9b646ad6c4d6e281001ac (diff)
downloadcurl-11b2dd86d38b54c85f2361e1603c2d6d395ddf92.tar.gz
test410: verify HTTPS GET with a 49K request header
skip test 410 for mesalink in the CI as it otherwise hangs "forever"
Diffstat (limited to 'scripts')
-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