diff options
author | Yiming Jing <jingyiming@baidu.com> | 2019-04-30 18:23:37 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-05-01 23:25:40 +0200 |
commit | 87a1a25696e79247219888f9599e0ad342178a20 (patch) | |
tree | 2a93239690dea687b788272a62dcd72382d9e353 /.travis.yml | |
parent | 6ab569ce0b2f2418b591eb5f28539447debb14a7 (diff) | |
download | curl-87a1a25696e79247219888f9599e0ad342178a20.tar.gz |
travis: mesalink: temporarily disable test 3001
... due to SHA-1 signatures in test certs
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1fed71a2e..d4b848c8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |