Skip to content

Commit

Permalink
Disable MonitoringIsEnabled with issue 75302 (#75306)
Browse files Browse the repository at this point in the history
* Disable MonitoringIsEnabled with issue 75302

* Narrow the test exclusion
  • Loading branch information
LakshanF committed Sep 10, 2022
1 parent 80b7a65 commit a174882
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ 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()
{
Expand Down

0 comments on commit a174882

Please sign in to comment.