Skip to content
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

Disable test parallelisation in language services #10885

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

davidwengier
Copy link
Contributor

Fixes #10874

This project uses the ExportProviderFactory which has static state, and running tests in parallel is therefore racey. #10882 is removing that system, but that has to wait for a Roslyn insertion etc. so this is a short term workaround

@davidwengier davidwengier requested a review from a team as a code owner September 14, 2024 07:06
@davidwengier davidwengier merged commit f3a633b into dotnet:main Sep 14, 2024
12 checks passed
@davidwengier davidwengier deleted the FixTestFailures branch September 14, 2024 07:57
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cohost OnTypeFormatting test is failing intermittently with infrastructure issues
2 participants