Skip to content

Commit

Permalink
Disable PerformanceCounter_NextValue_ProcessorCounter on Windows ARM64 (
Browse files Browse the repository at this point in the history
  • Loading branch information
krwq authored Oct 18, 2021
1 parent d57ccc2 commit 862a90f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ public static void PerformanceCounter_GetRawValue_CounterDoesNotExist()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/60403", typeof(PlatformDetection), nameof(PlatformDetection.IsArm64Process), nameof(PlatformDetection.IsWindows))]
public static void PerformanceCounter_NextValue_ProcessorCounter()
{
using (PerformanceCounter counterSample = new PerformanceCounter("Processor", "Interrupts/sec", "_Total", "."))
Expand Down

0 comments on commit 862a90f

Please sign in to comment.