[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 16:34:33 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 550b33a414649f3ad1c05f8c432350f13c4a1f3d
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
- 47/50: gnu: java-simple-xml: Disable one test., (continued)
- 47/50: gnu: java-simple-xml: Disable one test., guix-commits, 2021/12/23
- 46/50: gnu: java-kafka-clients: Disable failing test., guix-commits, 2021/12/23
- 21/50: gnu: icedtea-8: Update to 3.19.0., guix-commits, 2021/12/23
- 18/50: gnu: Remove icedtea-6., guix-commits, 2021/12/23
- 31/50: gnu: jamvm-1-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
- 04/50: gnu: ecj-javac-wrapper: Remove trailing #T., guix-commits, 2021/12/23
- 32/50: gnu: ant-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 41/50: gnu: java-kafka-clients: Update to 1.1.1., guix-commits, 2021/12/23
- 38/50: gnu: java-icu4j: Update to 70.1., 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
- 48/50: gnu: java-simple-xml: Delete failing test., guix-commits, 2021/12/23