-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to testing platform runner process when using testing platform server mode #4729
Comments
Are you using VSTest or Microsoft.Testing.Platform? Have you enabled EnableMSTestRunner property? If so, can you try to DotNet run or F5 the test project to see if it works? If you have then you don't need the Test host package. |
Can confirm that this issue prevents testing with MSTest (freezes indefinitely) and can be fixed by disabling the |
Without server mode, MSTest discovery fails with
|
It works |
Yes |
@EvgenyMuryshkin Probably SDK package is too new for your Visual Studio |
@xperiandri is dropping @EvgenyMuryshkin Can you provide more info and maybe open a different issue as it seems unrelated to this problem. |
Describe the bug
When this flag is enable
I see
Steps To Reproduce
I don't know. How can I reproduce that?
Expected behavior
Tests are discovered
Actual behavior
Tests are not discovered
Additional context
Both
Microsoft Visual Studio Enterprise 2022 (64-bit) Version 17.12.4
Microsoft Visual Studio Enterprise 2022 (64-bit) Version 17.13.0 Preview 2.1
affected
also I see
The text was updated successfully, but these errors were encountered: