Skip to content

Commit 2fe067d

Browse files
authored
Disable HardwareIntrinsics NotSupported test on arm64 (#69241)
1 parent 2d0514f commit 2fe067d

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
@@ -250,6 +250,9 @@
250250
<ExcludeList Include = "$(XunitTestBinBase)/JIT/HardwareIntrinsics/X86/**">
251251
<Issue>https://github.com/dotnet/runtime/issues/60154</Issue>
252252
</ExcludeList>
253+
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/NotSupported/**">
254+
<Issue>https://github.com/dotnet/runtime/issues/69232</Issue>
255+
</ExcludeList>
253256
</ItemGroup>
254257

255258
<!-- Windows all architecture excludes -->

0 commit comments

Comments
 (0)