Kitura / KituraKit

Swift client library for using Codable routes with Kitura
Apache License 2.0
59 stars 20 forks source link

Uncomment linux test once foundation bug resolved #47

Open Andrew-Lees11 opened 5 years ago

Andrew-Lees11 commented 5 years ago

We have had to comment out some tests for Linux with Swift 5. They are failing due to a bug in foundation where URLSession is calling back twice. It has been raised and fixed in this pr. Once this is brought into Swift 5.0 we should uncomment these tests to confirm the issue is solved.