From b76bb33208a4a019313a87395758ce8b2406f149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Tue, 13 Jun 2023 17:54:03 +0900 Subject: [PATCH] Redirect ActiveIssue on a test --- src/libraries/System.Reflection/tests/AssemblyTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Reflection/tests/AssemblyTests.cs b/src/libraries/System.Reflection/tests/AssemblyTests.cs index 0df53d070e3f55..3dded508fa7d1a 100644 --- a/src/libraries/System.Reflection/tests/AssemblyTests.cs +++ b/src/libraries/System.Reflection/tests/AssemblyTests.cs @@ -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(() => (typeof(AssemblyTests).Assembly.GetSatelliteAssembly(null)));