Skip to content

Commit

Permalink
Disable tests on mono
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Oct 5, 2023
1 parent 9376fed commit ae88368
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ 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<float> x = CreateAndFillTensor(tensorLength);
Expand Down Expand Up @@ -2316,6 +2317,7 @@ 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<float> x = CreateAndFillTensor(tensorLength);
Expand Down

0 comments on commit ae88368

Please sign in to comment.