Commits


Michael Haney authored and GitHub committed 4e900ca5519
Address GDT test issues (#5186) * Address GDT test issues 1. Fixes the event generator such that derived event fileURL will now be non-nil 2. Removes reachability check for integration tests since being locally connected via LAN but not connected to the internet would cause the test disabling check to pass. Instead, we attempt an actual NSURLRequest to a WAN target and set the value based on the success of that request. * Create GDT's directory on first usage