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

Halve the time it takes to run formatting unit tests #11173

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

davidwengier
Copy link
Member

Turns out the boolean parameter passed in here is read in exactly one spot in our code, and that line of code is never hit in these tests because they use mocks.

Yes, this is the equivalent of removing a Thread.Sleep that was put in previously, but I'm taking it regardless :)

@davidwengier davidwengier requested a review from a team as a code owner November 6, 2024 23:45
@davidwengier davidwengier merged commit 390aced into dotnet:main Nov 7, 2024
12 checks passed
@davidwengier davidwengier deleted the SoManyFuseQuestions branch November 7, 2024 00:34
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Nov 7, 2024
@jjonescz jjonescz modified the milestones: Next, 17.13 P2 Nov 25, 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.

4 participants