Skip to content

Commit 2091662

Browse files
radicalmichaelgsharp
authored andcommitted
[wasm] Disable TensorPrimitivesTests.ConvertToHalf_SpecialValues (dotnet#92953)
Failing test: `System.Numerics.Tensors.Tests.TensorPrimitivesTests.ConvertToHalf_SpecialValues` Issue: dotnet#92885
1 parent 13ee491 commit 2091662

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libraries/System.Numerics.Tensors/tests/TensorPrimitivesTests.netcore.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public static void ConvertToHalf(int tensorLength)
3737
}
3838

3939
[Theory]
40+
[ActiveIssue("https://github.com/dotnet/runtime/issues/92885", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
4041
[MemberData(nameof(TensorLengths))]
4142
public static void ConvertToHalf_SpecialValues(int tensorLength)
4243
{

0 commit comments

Comments
 (0)