mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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.
This commit is contained in:
parent
2767ee5796
commit
6cb8869bc1
1 changed files with 2 additions and 0 deletions
|
@ -11412,6 +11412,8 @@ (define-public java-kafka-clients
|
|||
"**/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"
|
||||
|
|
Loading…
Reference in a new issue