1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 16:48:49 -05:00

travis: mesalink: temporarily disable test 3001

... due to SHA-1 signatures in test certs
This commit is contained in:
Yiming Jing 2019-04-30 18:23:37 -07:00 committed by Daniel Stenberg
parent 6ab569ce0b
commit 87a1a25696
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -479,7 +479,7 @@ script:
if [ "$T" = "debug-mesalink" ]; then
./configure --enable-debug --enable-werror $C
make
make "TFLAGS=-n !313" test-nonflaky
make "TFLAGS=-n !313 !3001" test-nonflaky
fi
- |
set -eo pipefail