Skip to content

Commit

Permalink
Disable Interop test which is killing our pass rate on Mac ARM64 (dot…
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex authored Mar 16, 2021
1 parent 8db0371 commit 59d6f74
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 @@ -760,6 +760,9 @@
<ExcludeList Include="$(XunitTestBinBase)Loader/classloader/TypeGeneratorTests/**">
<Issue>https://github.com/dotnet/runtime/issues/46365</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)Interop/ICustomMarshaler/Primitives/**">
<Issue>https://github.com/dotnet/runtime/issues/49621</Issue>
</ExcludeList>
</ItemGroup>

<!-- Tests that need to be triaged for vararg usage as that is not supported -->
Expand Down

0 comments on commit 59d6f74

Please sign in to comment.