guix-commits
[Top][All Lists]
Advanced

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

branch wip-java-bootstrap-simplify updated: gnu: java-kafka-clients: Dis


From: guix-commits
Subject: branch wip-java-bootstrap-simplify updated: gnu: java-kafka-clients: Disable failing test.
Date: Thu, 23 Dec 2021 08:03:50 -0500

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

rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.

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

commit e3eb3f5201d519fa1ba6b2ca2a53f3cec7b9220c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 23 14:02:54 2021 +0100

    gnu: java-kafka-clients: Disable failing test.
    
    * gnu/packages/java.scm (java-kafka-clients)[arguments]: Disable
    Serializationtest that fails on i686.
---
 gnu/packages/java.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 7411898..babbe8e 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11412,6 +11412,8 @@ protocol-independent framework to build mail and 
messaging applications.")
          "**/IntegrationTest.java"
          ;; Requires network
          "**/ClientUtilsTest.java"
+         ;; This test fails on i686
+         "**/SerializationTest.java"
          ;; "protocol is disabled or cipher suites are inappropriate"
          "**/SslTransportLayerTest.java"
          ;; End with errors that seem related to our powermock



reply via email to

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