diff --git a/src/System.Diagnostics.PerformanceCounter/tests/Helpers.cs b/src/System.Diagnostics.PerformanceCounter/tests/Helpers.cs index ebb956727176..51310d82bf9e 100644 --- a/src/System.Diagnostics.PerformanceCounter/tests/Helpers.cs +++ b/src/System.Diagnostics.PerformanceCounter/tests/Helpers.cs @@ -4,6 +4,10 @@ using System.Threading; using Xunit; +// Implementation is not robust with respect to modifying counter categories +// while concurrently reading counters +[assembly: CollectionBehavior(DisableTestParallelization = true)] + namespace System.Diagnostics.Tests { internal class Helpers