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

Re-enable failing tests #2255

Merged

Commits on Jul 31, 2024

  1. Re-enable failing tests

    Disable TFM parallelism for dotnet test on the Polly.Core project to see if it is the cause of the two failing tests.
    See https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/sdk#run-tests-in-parallel.
    martincostello committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3285b1e View commit details
    Browse the repository at this point in the history
  2. Only disable parallelism on Windows

    Try only disabling parallelism on Windows where there is the additional `net481` TFM.
    martincostello authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    685b99d View commit details
    Browse the repository at this point in the history