Kitura / Swift-SMTP

Swift SMTP client
Apache License 2.0
262 stars 63 forks source link

CI failure with Swift 5 #97

Closed djones6 closed 5 years ago

djones6 commented 5 years ago

https://github.com/IBM-Swift/Swift-SMTP/pull/93 attempts to add Swift 5 coverage to CI, however one of the tests fails on Linux with:

/home/travis/build/IBM-Swift/Swift-SMTP/Tests/SwiftSMTPTests/TestMiscellaneous.swift:82: error: TestMiscellaneous.testMailHeaders : XCTAssertTrue failed - Message-Id header missing or invalid

This needs some investigation.

djones6 commented 5 years ago

No longer recreatable (#93)