From b9614194ac623d46bb847495c63b688c5abb7024 Mon Sep 17 00:00:00 2001 From: Mark Plesko Date: Thu, 3 Aug 2023 13:10:30 -0700 Subject: [PATCH] Revert "Disable MonitoringIsEnabled with issue 75302 (#75306)" This reverts commit a174882750130433b03afcf8ac30318c2fbc527f. Chceking if fixed by #74959 --- .../System.Runtime.Extensions/tests/System/AppDomainTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Runtime.Extensions/tests/System/AppDomainTests.cs b/src/libraries/System.Runtime.Extensions/tests/System/AppDomainTests.cs index 078a0a82206e8c..eb7ec19f7a4b82 100644 --- a/src/libraries/System.Runtime.Extensions/tests/System/AppDomainTests.cs +++ b/src/libraries/System.Runtime.Extensions/tests/System/AppDomainTests.cs @@ -380,7 +380,6 @@ public void ReflectionOnlyGetAssemblies() } [Fact] - [ActiveIssue("https://github.com/dotnet/runtime/issues/75302", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot), nameof(PlatformDetection.IsArm64Process))] [SkipOnPlatform(TestPlatforms.Browser | TestPlatforms.iOS | TestPlatforms.tvOS, "Throws PNSE")] public void MonitoringIsEnabled() {