gnu: java-kafka-clients: Disable failing test.
* gnu/packages/java.scm (java-kafka-clients): Disable a test that fails non-deterministically.master
parent
1b1eeb3b12
commit
347846ea86
|
@ -11681,7 +11681,9 @@ protocol-independent framework to build mail and messaging applications.")
|
|||
"**/ClientUtilsTest.java"
|
||||
;; End with errors that seem related to our powermock
|
||||
"**/KafkaProducerTest.java"
|
||||
"**/BufferPoolTest.java")))
|
||||
"**/BufferPoolTest.java"
|
||||
;; Undeterministic failure, seems to affect mostly ci
|
||||
"**/GarbageCollectedMemoryPoolTest.java")))
|
||||
(inputs
|
||||
`(("java-slf4j-api" ,java-slf4j-api)
|
||||
("java-lz4" ,java-lz4)))
|
||||
|
|
Reference in New Issue