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 <Gilles.Peskine@arm.com>
diff --git a/.travis.yml b/.travis.yml
index 0e3f9b0..d7d2c7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,9 @@
- 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