test410: verify HTTPS GET with a 49K request header

skip test 410 for mesalink in the CI as it otherwise hangs "forever"
This commit is contained in:
Daniel Stenberg 2021-01-16 23:22:04 +01:00
parent 215db086e0
commit 11b2dd86d3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 54 additions and 2 deletions

View file

@ -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