Skip to content

Commit

Permalink
[wasm] Disable TensorPrimitivesTests.ConvertToHalf_SpecialValues (d…
Browse files Browse the repository at this point in the history
…otnet#92953)

Failing test: `System.Numerics.Tensors.Tests.TensorPrimitivesTests.ConvertToHalf_SpecialValues`

Issue: dotnet#92885
  • Loading branch information
radical authored and michaelgsharp committed Oct 20, 2023
1 parent 13ee491 commit 2091662
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 2091662

Please sign in to comment.