Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit aa1fadc

Browse files
authored
Disable PerformanceCounter_IncrementBy_IncrementByReadOnly test (#25358)
1 parent c10556a commit aa1fadc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/System.Diagnostics.PerformanceCounter/tests/PerformanceCounterTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public static void PerformanceCounter_IncrementBy_IncrementBy2()
222222
}
223223
}
224224

225+
[ActiveIssue(25349)]
225226
[ConditionalFact(typeof(Helpers), nameof(Helpers.IsElevatedAndCanWriteToPerfCounters))]
226227
public static void PerformanceCounter_IncrementBy_IncrementByReadOnly()
227228
{

0 commit comments

Comments
 (0)