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
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.
0 commit comments