From 53740c84731a05dcc3358004b5dfcfb1e83d2246 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 25 Nov 2022 11:33:11 +0100 Subject: [PATCH] Travis: exclude test cases that are failing mysteriously The test cases using tcp_client.pl are failing only on Travis's bionic and focal systems (I can't reproduce the failure locally). Exclude them. Signed-off-by: Gilles Peskine --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e3f9b0e7..d7d2c7d43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,9 @@ jobs: - make test - programs/test/selftest - tests/scripts/test_psa_constant_names.py - - tests/ssl-opt.sh + # Exclude a few test cases that are failing mysteriously. + # https://github.com/Mbed-TLS/mbedtls/issues/6660 + - tests/ssl-opt.sh -e 'Fallback SCSV: .*list' # Modern OpenSSL does not support fixed ECDH, null or ancient ciphers. - tests/compat.sh -p OpenSSL -e 'NULL\|ECDH-\|DES\|RC4' - tests/scripts/travis-log-failure.sh