I have Xcode Cloud setup to run my unit tests a couple of times a day so I can be informed of any API issues.
Quite often, my tests will fail with "A server with the specified hostname could not be found." even though the server is fine. I re-run the tests locally in Xcode and they all pass.
I'm wondering if there's something Xcode Cloud might be doing to the request to make the connection fail?
Is it possible to maybe setup a proxy for the tests from Xcode Cloud?