diff --git a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs index ed5317420ae87f..09aa13ae35800f 100644 --- a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs +++ b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.cs @@ -583,7 +583,6 @@ public static void Cosh_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Cosh_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength); @@ -920,7 +919,6 @@ public static void Exp_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Exp_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength); @@ -2460,7 +2458,6 @@ public static void Sigmoid_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Sigmoid_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength); @@ -2565,7 +2562,6 @@ public static void Sinh_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Sinh_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength); @@ -2942,7 +2938,6 @@ public static void Tanh_InPlace(int tensorLength) [Theory] [MemberData(nameof(TensorLengths))] - [ActiveIssue("https://github.com/dotnet/runtime/issues/92885", TestRuntimes.Mono)] public static void Tanh_SpecialValues(int tensorLength) { using BoundedMemory x = CreateAndFillTensor(tensorLength);