Skip to content

Commit

Permalink
[wasm] Disable Interop/PInvoke/Vector2_3_4/*
Browse files Browse the repository at this point in the history
These tests are failing as they depend on native test libraries. But
wasm build for runtime tests does not support that yet.

Issue: #93669
  • Loading branch information
radical committed Oct 19, 2023
1 parent 4dc17af commit 9be3068
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/Interop/PInvoke/Vector2_3_4/Vector2_3_4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class Vector2_3_4Test
private const int NewIntValue = 18;

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/93669", TestPlatforms.Browser)]
public static void RunVector2Tests()
{
Console.WriteLine($"Running {nameof(RunVector2Tests)}... ");
Expand Down Expand Up @@ -55,6 +56,7 @@ public static void RunVector2Tests()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/93669", TestPlatforms.Browser)]
public static void RunVector3Tests()
{
Console.WriteLine($"Running {nameof(RunVector3Tests)}... ");
Expand Down Expand Up @@ -98,6 +100,7 @@ public static void RunVector3Tests()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/93669", TestPlatforms.Browser)]
public static void RunVector4Tests()
{
Console.WriteLine($"Running {nameof(RunVector4Tests)}... ");
Expand Down

0 comments on commit 9be3068

Please sign in to comment.