Commit 6d1b640
committed
Fix hang in host tests due to test parallelization
This change disables test parallelization in the
PowerShellEditorServices.Test.Host project to avoid a test hang caused by
two test simultaneously choosing the same "random" port numbers for their
tests. We currently can't detect the same port numbers because the TCP
ports are configured to allow reuse. Thus, we disable test
parallelization in this assembly so that the tests all run serially,
avoiding the port reuse issue.1 parent 4aec6e0 commit 6d1b640
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments