Add ConcurrentCollectionsEventSource to EventSource test exemptions list (#565)
authorStephen Toub <stoub@microsoft.com>
Thu, 5 Dec 2019 21:48:11 +0000 (16:48 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2019 21:48:11 +0000 (16:48 -0500)
src/libraries/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestUtilities.cs

index 6e704ba..7d30bd7 100644 (file)
@@ -36,6 +36,7 @@ namespace BasicEventSourceTests
                     eventSource.Name != "System.Diagnostics.Eventing.FrameworkEventSource" &&
                     eventSource.Name != "System.Buffers.ArrayPoolEventSource" &&
                     eventSource.Name != "System.Threading.SynchronizationEventSource" &&
+                    eventSource.Name != "System.Collections.Concurrent.ConcurrentCollectionsEventSource" &&
                     eventSource.Name != "System.Runtime.InteropServices.InteropEventProvider" &&
                     eventSource.Name != "System.Reflection.Runtime.Tracing" &&
                     eventSource.Name != "Microsoft-Windows-DotNETRuntime" &&