Skip to content

Commit

Permalink
Disable UnmanagedCallersOnlyTest on WASM. (#42191)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT authored Sep 14, 2020
1 parent dcbac85 commit 57e12e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2680,6 +2680,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/Interop/PInvoke/Attributes/SuppressGCTransition/SuppressGCTransitionTest/**">
<Issue>https://github.com/dotnet/runtime/issues/41519</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/Interop/UnmanagedCallersOnly/UnmanagedCallersOnlyTest/**">
<Issue>https://github.com/dotnet/runtime/issues/41519</Issue>
</ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/CodeGenBringUpTests/LocallocLarge_d/**">
<Issue>https://github.com/dotnet/runtime/issues/41472</Issue>
</ExcludeList>
Expand Down

0 comments on commit 57e12e5

Please sign in to comment.