Skip to content

Commit

Permalink
enable the test again
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Feb 20, 2024
1 parent 1779683 commit bdc4f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tls_handler_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit bdc4f3b

Please sign in to comment.