From 6cb8869bc14278941bcc4e16776ab99e7e53657e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 23 Dec 2021 09:05:34 +0100 Subject: gnu: java-kafka-clients: Disable SSL test. This is due to changes in the enabled cipher suites in the updated icedtea-8. * gnu/packages/java.scm (java-kafka-clients)[arguments]: Disable the SslTransportLayerTest. --- gnu/packages/java.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index 0d0c26469d..c40c9208fc 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -11412,6 +11412,8 @@ protocol-independent framework to build mail and messaging applications.") "**/IntegrationTest.java" ;; Requires network "**/ClientUtilsTest.java" + ;; "protocol is disabled or cipher suites are inappropriate" + "**/SslTransportLayerTest.java" ;; End with errors that seem related to our powermock "**/KafkaProducerTest.java" "**/BufferPoolTest.java" -- cgit 1.4.1