From c6b752a7a8980372ff6a5f49660f94d9495e5f33 Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 9 Aug 2024 17:19:57 +0200 Subject: Do not test deterministic LibreSSL in CI. --- .../src/test/java/cz/crcs/ectester/standalone/DeterministicTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/standalone/src/test/java/cz/crcs/ectester/standalone/DeterministicTests.java b/standalone/src/test/java/cz/crcs/ectester/standalone/DeterministicTests.java index e5caae8..5c7a21f 100644 --- a/standalone/src/test/java/cz/crcs/ectester/standalone/DeterministicTests.java +++ b/standalone/src/test/java/cz/crcs/ectester/standalone/DeterministicTests.java @@ -14,8 +14,9 @@ import static org.junit.jupiter.api.Assertions.assertEquals; public class DeterministicTests { static Stream libs() { - return Stream.of("Botan", "BouncyCastle", "Crypto++", "IPPCP", "mbedTLS", "Nettle", "OpenSSL", "SunEC", "tomcrypt", "LibreSSL"); + return Stream.of("Botan", "BouncyCastle", "Crypto++", "IPPCP", "mbedTLS", "Nettle", "OpenSSL", "SunEC", "tomcrypt"); // BoringSSL and libgcrypt cannot be easily tested here, because they initialize their RNG only once per process. + // LibreSSL hangs in CI. } @SuppressWarnings("JUnitMalformedDeclaration") -- cgit v1.2.3-70-g09d2