Reachability.swift icon indicating copy to clipboard operation
Reachability.swift copied to clipboard

testInvalidHost() unit test fails on Xcode 10.3 & Xcode 11 GM Seed

Open woolie opened this issue 5 years ago • 2 comments

When running unit tests on Xcode 10.3 && Xcode 11 GM Seed on Mojave 10.14.6:

Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Check invalid host".

This is unit tests run on iPhone 8, Xs running iOS Simulator 12.2 & iOS Simulator 13.0

What version of Reachability.Swift are you using?

Current TOT

How is it installed? Manually, CocoaPods, Carthage?

Unit tests run from the provided project. No install required

Does it occur on device or simulator? Which device?

Simulator (unit tests). Tried on iPhone 8 12.2, 13.0, iPhone Xs 12.2, 13.0

What OS version are you running on?

Mojave 10.14.6

How often does it happen?

Every time you run unit tests

Are there steps you can take to reproduce it?

  • git clone
  • Open provided project
  • Run unit tests

woolie avatar Sep 12 '19 20:09 woolie

same here with Xcode 11.3 and Cataline 10.15.3 on iOS simulator

andr3a88 avatar Feb 13 '20 11:02 andr3a88

having this issue as well, Xcode 11.3.1, MacOS Mojave 10.14.6, iOS 13.3 simulator

don-inkscreen avatar Mar 05 '20 05:03 don-inkscreen