summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-12-23 09:05:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-12-23 20:27:48 +0100
commit6cb8869bc14278941bcc4e16776ab99e7e53657e (patch)
tree9facfbde7900a0482b33f43ec629de28dfd35068 /gnu/packages/java.scm
parent2767ee57964f7cc10b83080afb8400f9173bb128 (diff)
downloadguix-patches-6cb8869bc14278941bcc4e16776ab99e7e53657e.tar
guix-patches-6cb8869bc14278941bcc4e16776ab99e7e53657e.tar.gz
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.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r--gnu/packages/java.scm2
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"