mirror of
https://github.com/curl/curl.git
synced 2026-07-31 04:28:04 +03:00
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:
parent
215db086e0
commit
11b2dd86d3
3 changed files with 54 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue