-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing test for Linux #366
Labels
Comments
This was referenced Apr 21, 2019
This was referenced May 1, 2019
This was referenced May 13, 2019
This was referenced Jun 9, 2019
Merged
This was referenced Jul 2, 2019
Open
This was referenced Oct 30, 2019
This was referenced Apr 10, 2020
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During our integration with CircleCI and support for Linux, we found a test causing problems as it was passing in macOS, tvOS, iOS and failing in Linux. The test includes threading and the use of GCD and Semaphores in Linux.
The name of the test is
IOSafetyTests.testStopWithActiveConnections
. For the moment the test was removed from theXCTestsManifest.swift
and can be added once we found a proper fix for it.The text was updated successfully, but these errors were encountered: