From ab25e87db753003986c3fb54aa2b43e506a3e859 Mon Sep 17 00:00:00 2001 From: jsing Date: Wed, 30 Jun 2021 18:10:42 +0000 Subject: [PATCH] Disable some tests that probably no longer make sense. We'll either fix these or remove them in the near future. --- regress/lib/libssl/ciphers/cipherstest.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/regress/lib/libssl/ciphers/cipherstest.c b/regress/lib/libssl/ciphers/cipherstest.c index 4d0260e2aa5..8626bc06b47 100644 --- a/regress/lib/libssl/ciphers/cipherstest.c +++ b/regress/lib/libssl/ciphers/cipherstest.c @@ -32,6 +32,7 @@ ssl_aes_is_accelerated(void) #endif } +#if 0 static int get_put_test(const char *name, const SSL_METHOD *method) { @@ -117,6 +118,7 @@ cipher_get_put_tests(void) return failed; } +#endif static int cipher_get_by_value_tests(void) @@ -508,7 +510,10 @@ main(int argc, char **argv) { int failed = 0; +#if 0 failed |= cipher_get_put_tests(); +#endif + failed |= cipher_get_by_value_tests(); failed |= parse_ciphersuites_test(); -- 2.20.1