diff --git a/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs b/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs index 6a4583253edbe..9021f6abd1be7 100644 --- a/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs +++ b/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs @@ -16,6 +16,7 @@ public class TrimCompatibilityTests /// preserve the corresponding Enumerable method when trimming. /// [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/50712", typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltWithAggressiveTrimming), nameof(PlatformDetection.IsBrowser))] public static void QueryableMethodsContainCorrectDynamicDependency() { IEnumerable dependentMethods = diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 1673ba28e966f..1aac4ed657d29 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -240,7 +240,6 @@ -