Skip to content

Commit

Permalink
Disable HardwareIntrinsics NotSupported test on arm64 (#69241)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch authored May 12, 2022
1 parent 2d0514f commit 2fe067d
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 @@ -250,6 +250,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/**">
<Issue>https://github.com/dotnet/runtime/issues/60154</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/NotSupported/**">
<Issue>https://github.com/dotnet/runtime/issues/69232</Issue>
</ExcludeList>
</ItemGroup>

<!-- Windows all architecture excludes -->
Expand Down

0 comments on commit 2fe067d

Please sign in to comment.