guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: java-kafka-clients: Disable failing test.


From: guix-commits
Subject: branch master updated: gnu: java-kafka-clients: Disable failing test.
Date: Tue, 22 Jun 2021 08:27:36 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 347846e  gnu: java-kafka-clients: Disable failing test.
347846e is described below

commit 347846ea86e73eb34c2296d6a58edf575c543440
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Jun 22 14:19:34 2021 +0200

    gnu: java-kafka-clients: Disable failing test.
    
    * gnu/packages/java.scm (java-kafka-clients): Disable a test that fails
    non-deterministically.
---
 gnu/packages/java.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 270f248..64df5a2 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]