From 1c9eef6a96d5cdee40a82e039814b6c77b92f752 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Wed, 23 Oct 2024 11:08:40 +0000 Subject: [PATCH] s2n: ptest remove s2n_aead_chacha20_poly1305_test as this is causing issues running in container --- recipes-sdk/s2n/s2n/run-ptest | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-sdk/s2n/s2n/run-ptest b/recipes-sdk/s2n/s2n/run-ptest index 4af568c18..568e3ab74 100644 --- a/recipes-sdk/s2n/s2n/run-ptest +++ b/recipes-sdk/s2n/s2n/run-ptest @@ -139,7 +139,6 @@ TESTS="\ ./s2n_client_session_ticket_extension_test \ ./s2n_client_key_share_extension_pq_test \ ./s2n_blob_test \ -./s2n_aead_chacha20_poly1305_test \ ./s2n_3des_test \ ./s2n_async_pkey_test \ ./s2n_auth_selection_test \