Skip to content

Commit 90c5f05

Browse files
Redirect ActiveIssue on a test (#87468)
1 parent a228f2f commit 90c5f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Reflection/tests/AssemblyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ public void GetExecutingAssembly()
696696
}
697697

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

0 commit comments

Comments
 (0)