Skip to content

Commit 2cb146c

Browse files
authored
Disable crossgen2determinism test on OSX arm64 (#53045)
1 parent 28c213f commit 2cb146c

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
@@ -749,6 +749,9 @@
749749
<ExcludeList Include="$(XunitTestBinBase)readytorun/crossgen2/**">
750750
<Issue>https://github.com/dotnet/runtime/issues/49365</Issue>
751751
</ExcludeList>
752+
<ExcludeList Include="$(XunitTestBinBase)readytorun/determinism/crossgen2determinism/**">
753+
<Issue>https://github.com/dotnet/runtime/issues/52529</Issue>
754+
</ExcludeList>
752755
</ItemGroup>
753756

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

0 commit comments

Comments
 (0)