From bdc4f3b9317d268f9844d85f0e19c4b7cefe8665 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Tue, 20 Feb 2024 15:17:15 -0800 Subject: [PATCH] enable the test again --- tests/tls_handler_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tls_handler_test.c b/tests/tls_handler_test.c index fb1b6a4d5..da7b372ee 100644 --- a/tests/tls_handler_test.c +++ b/tests/tls_handler_test.c @@ -2129,9 +2129,9 @@ static int s_test_concurrent_cert_import(struct aws_allocator *allocator, void * (void)ctx; /* temporarily disable this on apple until we can fix importing to be more robust */ /* temporarily disable this on linux until we can make CRYPTO_zalloc behave and stop angering ASan */ -# if defined(__APPLE__) || defined(__linux__) - return AWS_OP_SUCCESS; -# endif + // # if defined(__APPLE__) || defined(__linux__) + // return AWS_OP_SUCCESS; + // # endif aws_io_library_init(allocator);