me
/
guix
Archived
1
0
Fork 0

gnu: java-mail: Disable SSL test.

* gnu/packages/java.scm (java-mail)[arguments]: Disable WriteTimeoutSocketTest
because it uses as disabled SSL protocol version.
master
Ricardo Wurmus 2021-12-23 09:10:45 +01:00
parent 9dd210dfe1
commit 550b33a414
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -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