Skip to content

Commit

Permalink
Disable rundownvalidation test on GCStress for arm (dotnet#82118)
Browse files Browse the repository at this point in the history
Linux arm GCStress 3 times out

Tracking: dotnet#81323
  • Loading branch information
BruceForstall authored Feb 14, 2023
1 parent c67942f commit e0f7c43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<!-- Times out -->
<GCStressIncompatible Condition="'$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'osx'">true</GCStressIncompatible>
<GCStressIncompatible Condition="'$(TargetArchitecture)' == 'arm'">true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
Expand Down

0 comments on commit e0f7c43

Please sign in to comment.