diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-23 09:05:34 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-23 20:27:48 +0100 |
commit | 6cb8869bc14278941bcc4e16776ab99e7e53657e (patch) | |
tree | 9facfbde7900a0482b33f43ec629de28dfd35068 | |
parent | 2767ee57964f7cc10b83080afb8400f9173bb128 (diff) |
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.
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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" |