disable AllSubscriberStress test on ARM64 untill we get more resources to run it...
authorTomas Weinfurt <tweinfurt@yahoo.com>
Tue, 26 Feb 2019 05:28:18 +0000 (21:28 -0800)
committerGitHub <noreply@github.com>
Tue, 26 Feb 2019 05:28:18 +0000 (21:28 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/dedb0f8e93661d13f18c9afcae6c2883b28a2d68

src/libraries/System.Diagnostics.DiagnosticSource/tests/DiagnosticSourceTests.cs

index 8fb2e1b..d3977d5 100644 (file)
@@ -501,7 +501,7 @@ namespace System.Diagnostics.Tests
         /// Stresses the AllListeners by having many threads be adding and removing.
         /// </summary>
         [OuterLoop]
-        [Theory]
+        [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotArm64Process))] // [ActiveIssue(35539)]
         [InlineData(100, 100)] // run multiple times to stress it further
         [InlineData(100, 100)]
         [InlineData(100, 100)]