You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add testing trait to indicate a CI environment that has restricted network access (#8406)
In some testing environments, network access is limited not allowing for
hosts to access the public internet. Add a testing condition trait that
can be used to determine if the test has unrestricted network access.
Environments that have this constraint can set
`SWIFTCI_RESTRICTED_NETWORK_ACCESS=1` to affect this condition.
0 commit comments