Skip to content

Commit

Permalink
disable gcmemoryinfo on win-arm64 (#75309)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangod9 authored Sep 9, 2022
1 parent e8b1491 commit 1f6ebd0
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 @@ -565,6 +565,9 @@
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetTotalPauseDuration.csproj">
<Issue>https://github.com/dotnet/runtime/issues/74631</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetGCMemoryInfo.csproj">
<Issue>https://github.com/dotnet/runtime/issues/74902</Issue>
</ExcludeList>
</ItemGroup>

<!-- The following are x64 Unix failures on CoreCLR. -->
Expand Down

0 comments on commit 1f6ebd0

Please sign in to comment.