From 1790b9f0ca3236e6b05ccf437edf1638b32cc552 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 3 Oct 2023 14:04:55 -0400 Subject: [PATCH] [wasm] Disable `TensorPrimitivesTests.ConvertToHalf_SpecialValues` 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) {