Skip to content

Commit

Permalink
add Microsoft-Diagnostics-DiagnosticSource to CheckNonEventSourcesRun…
Browse files Browse the repository at this point in the history
…nin (dotnet#106337)
  • Loading branch information
matouskozak authored Aug 14, 2024
1 parent eb2f583 commit 6af2d34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static void CheckNoEventSourcesRunning(string message = "")
eventSource.Name != "Microsoft-Windows-DotNETRuntime" &&
eventSource.Name != "System.Runtime" &&
eventSource.Name != "System.Diagnostics.Metrics" &&
eventSource.Name != "Microsoft-Diagnostics-DiagnosticSource" &&

// event source from xunit runner
eventSource.Name != "xUnit.TestEventSource" &&
Expand Down

0 comments on commit 6af2d34

Please sign in to comment.