Commit 93e22ec
authored
Run EnvironmentTests serially as it is testing the non thread-safe global state of Environment (#9333)
Run EnvironmentTests serially as it is testing the non thread-safe
global state of Environment
Cherry-pick from: 2f6e268
### 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 891d5e7 commit 93e22ec
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