mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 07:56:23 +01:00
gnu: java-kafka-clients: Disable failing test.
* gnu/packages/java.scm (java-kafka-clients)[arguments]: Disable Serializationtest that fails on i686.
This commit is contained in:
parent
843193eab7
commit
6fbff5c8bd
1 changed files with 2 additions and 0 deletions
|
@ -11412,6 +11412,8 @@ (define-public java-kafka-clients
|
||||||
"**/IntegrationTest.java"
|
"**/IntegrationTest.java"
|
||||||
;; Requires network
|
;; Requires network
|
||||||
"**/ClientUtilsTest.java"
|
"**/ClientUtilsTest.java"
|
||||||
|
;; This test fails on i686
|
||||||
|
"**/SerializationTest.java"
|
||||||
;; "protocol is disabled or cipher suites are inappropriate"
|
;; "protocol is disabled or cipher suites are inappropriate"
|
||||||
"**/SslTransportLayerTest.java"
|
"**/SslTransportLayerTest.java"
|
||||||
;; End with errors that seem related to our powermock
|
;; End with errors that seem related to our powermock
|
||||||
|
|
Loading…
Reference in a new issue