Skip to content

Commit 1f6ebd0

Browse files
authored
disable gcmemoryinfo on win-arm64 (#75309)
1 parent e8b1491 commit 1f6ebd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,9 @@
565565
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetTotalPauseDuration.csproj">
566566
<Issue>https://github.com/dotnet/runtime/issues/74631</Issue>
567567
</ExcludeList>
568+
<ExcludeList Include="$(XunitTestBinBase)/GC/API/GC/GetGCMemoryInfo.csproj">
569+
<Issue>https://github.com/dotnet/runtime/issues/74902</Issue>
570+
</ExcludeList>
568571
</ItemGroup>
569572

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

0 commit comments

Comments
 (0)