Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<Optimize>True</Optimize>
<!-- Move it out of CI for 78899 -->
<CLRTestPriority>1</CLRTestPriority>
<!-- Test crashes on osx arm64 under GC stress even though the test body is skipped via ActiveIssue. -->
<!-- ActiveIssue https://github.com/dotnet/runtime/issues/78899 -->
<CLRTestTargetUnsupported>true</CLRTestTargetUnsupported>

<!-- This test needs GCStress mode but it doesn't take long to execute
so is fine to keep it in the inner loop -->
Expand Down
Loading