mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-mail: Disable SSL test.
* gnu/packages/java.scm (java-mail)[arguments]: Disable WriteTimeoutSocketTest because it uses as disabled SSL protocol version.
This commit is contained in:
parent
9dd210dfe1
commit
550b33a414
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue