Skip to content

Commit

Permalink
Disable ProcessorCount_Windows_RespectsJobCpuRateAndConfigurationSett…
Browse files Browse the repository at this point in the history
…ing test on Mono

It fails: #52910
  • Loading branch information
akoeplinger authored May 18, 2021
1 parent 4c7f4ee commit 88b7858
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void ProcessorCount_Windows_MatchesGetSystemInfo()

[PlatformSpecific(TestPlatforms.Windows)]
[Theory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/52910", TestRuntimes.Mono)]
[InlineData(8000, 0, null)]
[InlineData(8000, 2000, null)]
[InlineData(8000, 0, "1")]
Expand Down

0 comments on commit 88b7858

Please sign in to comment.