summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiming Jing <jingyiming@baidu.com>2019-04-30 18:23:37 -0700
committerDaniel Stenberg <daniel@haxx.se>2019-05-01 23:25:40 +0200
commit87a1a25696e79247219888f9599e0ad342178a20 (patch)
tree2a93239690dea687b788272a62dcd72382d9e353
parent6ab569ce0b2f2418b591eb5f28539447debb14a7 (diff)
downloadcurl-87a1a25696e79247219888f9599e0ad342178a20.tar.gz
travis: mesalink: temporarily disable test 3001
... due to SHA-1 signatures in test certs
-rw-r--r--.travis.yml2
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