diff --git a/src/libraries/System.ComponentModel.TypeConverter/tests/TypeDescriptorTests.cs b/src/libraries/System.ComponentModel.TypeConverter/tests/TypeDescriptorTests.cs index 7cdbb893a00f1d..c2e3edb6a90f6c 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/tests/TypeDescriptorTests.cs +++ b/src/libraries/System.ComponentModel.TypeConverter/tests/TypeDescriptorTests.cs @@ -1581,7 +1581,7 @@ private static void ExecuteAndUnload(string assemblyfile, Action assem // loaded in the default ALC, which causes problems for this test. [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsAssemblyLoadingSupported), nameof(PlatformDetection.IsNotMobile))] [ActiveIssue("34072", TestRuntimes.Mono)] - [ActiveIssue("https://github.com/dotnet/runtime/issues/95928", typeof(PlatformDetection), nameof(PlatformDetection.IsReadyToRunCompiled))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/124031", typeof(PlatformDetection), nameof(PlatformDetection.IsReadyToRunCompiled))] public static void TypeDescriptor_WithDefaultProvider_UnloadsUnloadableTypes() { ExecuteAndUnload("UnloadableTestTypes.dll", @@ -1625,6 +1625,7 @@ public static void TypeDescriptor_WithDefaultProvider_UnloadsUnloadableTypes() // loaded in the default ALC, which causes problems for this test. [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsAssemblyLoadingSupported), nameof(PlatformDetection.IsNotMobile))] [ActiveIssue("34072", TestRuntimes.Mono)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/124031", typeof(PlatformDetection), nameof(PlatformDetection.IsReadyToRunCompiled))] public static void TypeDescriptor_WithCustomProvider_UnloadsUnloadableTypes() { ExecuteAndUnload("UnloadableTestTypes.dll",