[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/50: gnu: java-mail: Disable SSL test.
From: |
guix-commits |
Subject: |
42/50: gnu: java-mail: Disable SSL test. |
Date: |
Thu, 23 Dec 2021 12:52:41 -0500 (EST) |
rekado pushed a commit to branch wip-java-bootstrap-simplify
in repository guix.
commit 5e0f89b920e08f8286e750c29f7ff752e34e1ce3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 23 09:10:45 2021 +0100
gnu: java-mail: Disable SSL test.
* gnu/packages/java.scm (java-mail)[arguments]: Disable
WriteTimeoutSocketTest
because it uses as disabled SSL protocol version.
---
gnu/packages/java.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 6fcdbfc..06d41dd 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -11316,6 +11316,8 @@ application components to create, send, receive, and
read messages.")
"**/DurationFilterTest.java"
"**/MailHandlerTest.java"
"**/GetLocalAddressTest.java"
+ ;; SSLHandshakeException: No appropriate protocol
+ "**/WriteTimeoutSocketTest.java"
;; FIXME: both end with:
;; java.lang.ClassNotFoundException:
;; javax.mail.internet.MimeMultipartParseTest
- 23/50: gnu: ant-bootstrap: Bind OUTPUTS in build phase., (continued)
- 23/50: gnu: ant-bootstrap: Bind OUTPUTS in build phase., guix-commits, 2021/12/23
- 21/50: gnu: icedtea-8: Update to 3.19.0., guix-commits, 2021/12/23
- 22/50: gnu: jamvm-1-bootstrap: Simplify snippet., guix-commits, 2021/12/23
- 05/50: gnu: ecj-javac-wrapper: Use Guile 3., guix-commits, 2021/12/23
- 02/50: gnu: ecj-bootstrap: Remove trailing #T., guix-commits, 2021/12/23
- 16/50: gnu: icedtea-7: Build with ECJ 4, Jamvm, and GNU Classpath., guix-commits, 2021/12/23
- 19/50: gnu: icedtea-8: Remove trailing #T from build phases., guix-commits, 2021/12/23
- 24/50: gnu: ant-bootstrap: Remove trailing #T from build phase., guix-commits, 2021/12/23
- 15/50: gnu: icedtea-7: Import missing module for read-line., guix-commits, 2021/12/23
- 35/50: gnu: classpath-devel: Use label-less input style., guix-commits, 2021/12/23
- 42/50: gnu: java-mail: Disable SSL test.,
guix-commits <=
- 50/50: gnu: axoloti-patcher-next: Fix file names., guix-commits, 2021/12/23
- 17/50: gnu: icedtea-8: Remove commented configure flag., guix-commits, 2021/12/23
- 38/50: gnu: java-icu4j: Update to 70.1., guix-commits, 2021/12/23
- 36/50: gnu: drip: Move it below the Java bootstrap packages., guix-commits, 2021/12/23
- 33/50: gnu: ecj-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 49/50: gnu: axoloti-patcher-next: Remove trailing #T., guix-commits, 2021/12/23
- 27/50: gnu: ecj-javac-wrapper: Use G-Expression., guix-commits, 2021/12/23
- 40/50: gnu: java-kafka-clients: Use new input style., guix-commits, 2021/12/23
- 41/50: gnu: java-kafka-clients: Update to 1.1.1., guix-commits, 2021/12/23
- 44/50: gnu: java-mail: Use new input style., guix-commits, 2021/12/23