guix-commits
[Top][All Lists]
Advanced

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

46/50: gnu: java-kafka-clients: Disable failing test.


From: guix-commits
Subject: 46/50: gnu: java-kafka-clients: Disable failing test.
Date: Thu, 23 Dec 2021 16:34:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6fbff5c8bde827524f48fd64bbc200ced6120561
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 4db25f7..0a757b2 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]