Skip to content

Commit 2591227

Browse files
matouskozakpull[bot]
authored andcommitted
add Microsoft-Diagnostics-DiagnosticSource to CheckNonEventSourcesRunnin (#106337)
1 parent ebd0449 commit 2591227

File tree

1 file changed

+1
-0
lines changed
  • src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest

1 file changed

+1
-0
lines changed

src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestUtilities.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public static void CheckNoEventSourcesRunning(string message = "")
3232
eventSource.Name != "Microsoft-Windows-DotNETRuntime" &&
3333
eventSource.Name != "System.Runtime" &&
3434
eventSource.Name != "System.Diagnostics.Metrics" &&
35+
eventSource.Name != "Microsoft-Diagnostics-DiagnosticSource" &&
3536

3637
// event source from xunit runner
3738
eventSource.Name != "xUnit.TestEventSource" &&

0 commit comments

Comments
 (0)