From 01cab2988074d6bed31b0d5ea74c3902b4300205 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 3 Oct 2023 15:38:23 -0400 Subject: [PATCH] [wasm] Disable `TensorPrimitivesTests.ConvertToHalf_SpecialValues` (#92953) Failing test: `System.Numerics.Tensors.Tests.TensorPrimitivesTests.ConvertToHalf_SpecialValues` Issue: /~https://github.com/dotnet/runtime/issues/92885 --- .../tests/TensorPrimitivesTests.netcore.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.netcore.cs b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.netcore.cs index 06ab341db16242..af29b1d2042034 100644 --- a/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.netcore.cs +++ b/src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.netcore.cs @@ -37,6 +37,7 @@ 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) {