From 47c35836ae45604481c5178c9da08459ee0d6607 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Fri, 17 Feb 2023 13:49:27 -0800 Subject: [PATCH] Disable System.Reflection.Tests.TypeDelegatorTests.FunctionPointers Disable this failing test on CoreCLR. Tracking: https://github.com/dotnet/runtime/issues/82252 --- .../System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs b/src/libraries/System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs index 298bf5067ca1a..793d832b22808 100644 --- a/src/libraries/System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs +++ b/src/libraries/System.Runtime/tests/System/Reflection/TypeDelegatorTests.cs @@ -59,6 +59,7 @@ public void Properties() [Fact] [ActiveIssue("https://github.com/dotnet/runtime/issues/71095", TestRuntimes.Mono)] + [ActiveIssue("https://github.com/dotnet/runtime/issues/82252", TestRuntimes.CoreCLR)] [ActiveIssue("https://github.com/dotnet/runtime/issues/71883", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))] public void FunctionPointers() {