Skip to content

Commit

Permalink
Exclude throwinnestedtrycatch_il_r from Arm runs (#67122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Mar 25, 2022
1 parent 1f90082 commit cd5beb1
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 @@ -193,6 +193,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/**">
<Issue>https://github.com/dotnet/runtime/issues/60154</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_il_r/*">
<Issue>https://github.com/dotnet/runtime/issues/66327</Issue>
</ExcludeList>
</ItemGroup>

<!-- Arm64 All OS -->
Expand Down

0 comments on commit cd5beb1

Please sign in to comment.