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
Run EnvironmentTests serially as it is testing the non thread-safe global state of Environment (#9332)
Run EnvironmentTests serially as it is testing the non thread-safe
global state of Environment
### Motivation:
Address a crash due to concurrent read/write of Environment during test
execution.
See: https://ci.swift.org/job/oss-swift-package-debian-12/1535/
### Modifications:
Run EnvironmentTests serially
0 commit comments