gnu: java-kafka-clients: Disable failing test.
* gnu/packages/java.scm (java-kafka-clients): Disable a test that fails non-deterministically.
This commit is contained in:
parent
1b1eeb3b12
commit
347846ea86
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue