From f86414a8c551806d8db8dcbeac57f979ab5663eb Mon Sep 17 00:00:00 2001 From: Michael Sharp Date: Fri, 20 Oct 2023 01:05:16 -0600 Subject: [PATCH] adding patch from pr 93556 --- .../tests/TensorPrimitivesTests.netcore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.netcore.cs b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.netcore.cs index af29b1d2042034..06ab341db16242 100644 --- a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.netcore.cs +++ b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.netcore.cs @@ -37,7 +37,6 @@ public static void ConvertToHalf(int tensorLength) } [Theory] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))] [MemberData(nameof(TensorLengths))] public static void ConvertToHalf_SpecialValues(int tensorLength) {