From 03bd70151563498a3633f4966ee0c66cd51c36da Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Wed, 12 Jun 2019 15:59:17 -0400 Subject: [PATCH] Disable PerformanceCounter_NextValue_ProcessorCounter test (dotnet/corefx#38488) Commit migrated from https://github.com/dotnet/corefx/commit/cb52d275492b968a68245c3fe6ed0324acd5581c --- .../tests/PerformanceCounterTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/tests/PerformanceCounterTests.cs b/src/libraries/System.Diagnostics.PerformanceCounter/tests/PerformanceCounterTests.cs index 53c7087..1986ee6 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/tests/PerformanceCounterTests.cs +++ b/src/libraries/System.Diagnostics.PerformanceCounter/tests/PerformanceCounterTests.cs @@ -145,6 +145,7 @@ namespace System.Diagnostics.Tests } } + [ActiveIssue(38180)] [ConditionalFact(typeof(Helpers), nameof(Helpers.IsElevatedAndCanWriteToPerfCounters))] public static void PerformanceCounter_NextValue_ProcessorCounter() { -- 2.7.4