summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-12-23 14:52:03 +0000
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-12-27 21:48:53 +0100
commit20e6631c73cfc643f57c3219a9c7acf4678e9b84 (patch)
tree2588622dc25e3b5975dde1421f485619472b13a5 /.travis.yml
parentf798c27958cd3e92ee242e206a0074bd2d7423df (diff)
Temporarily disable some Travis external tests
The pyca-cryptography external test has been failing for a long time. It looks like upstream needs to make some changes to adapt to 3.0. [extended tests] Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10689)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 86de07e68a..2b20ff8d85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -105,7 +105,8 @@ matrix:
packages:
- golang-1.10
compiler: gcc
- env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-external-tests enable-buildtest-c++" BORINGSSL_TESTS="yes" CXX="g++" TESTS=95
+ # External test pyca-cryptography temporarily disabled due to long term travis failures
+ env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-external-tests enable-buildtest-c++" BORINGSSL_TESTS="yes" CXX="g++" TESTS="test_external_boringssl test_external_krb5"
- os: linux
compiler: clang
env: EXTENDED_TEST="yes" CONFIG_OPTS="enable-msan disable-afalgeng -D__NO_STRING_INLINES -Wno-unused-command-line-argument"