Skip to content

Commit

Permalink
Redirect ActiveIssue on a test (#87468)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Jun 13, 2023
1 parent a228f2f commit 90c5f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/System.Reflection/tests/AssemblyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ public void GetExecutingAssembly()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/67569", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/69919", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
public void GetSatelliteAssemblyNeg()
{
Assert.Throws<ArgumentNullException>(() => (typeof(AssemblyTests).Assembly.GetSatelliteAssembly(null)));
Expand Down

0 comments on commit 90c5f05

Please sign in to comment.