Hey sorry for the late response, I do not check this slack as often as I should do. I guess you fixed your issue already, am I wrong? What I usually do in my projects is to replace the image I load with an asset. If you are using dependency injection or you can check if you are running instrumentation tests you can replace your process to download the image with synchronous code reading one asset and showing it in your view. This will help you to reduce your test flakiness because you'll never relay on the network when running your tests. Sorry for the late response, I hope it helps 😃