Commit 23e759c
authored
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 serially1 parent 8a7a5c8 commit 23e759c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments