Skip to content

Commit 6527b7f

Browse files
authored
Disable Vector256 tests which are timing out (#64653)
* Disable Vector256 tests which are timing out * Exclude recursively with **
1 parent 1227d3b commit 6527b7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/issues.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@
590590
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/DoublinkList/dlstack/*">
591591
<Issue>Release only crash</Issue>
592592
</ExcludeList>
593+
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector256/**">
594+
<Issue>https://github.com/dotnet/runtime/issues/60154</Issue>
595+
</ExcludeList>
593596
</ItemGroup>
594597

595598
<!-- Unix arm32 specific -->
@@ -603,6 +606,9 @@
603606
<ExcludeList Include="$(XunitTestBinBase)/profiler/multiple/multiple/*">
604607
<Issue>https://github.com/dotnet/runtime/issues/57875</Issue>
605608
</ExcludeList>
609+
<ExcludeList Include="$(XunitTestBinBase)/JIT/HardwareIntrinsics/General/Vector256/**">
610+
<Issue>https://github.com/dotnet/runtime/issues/60154</Issue>
611+
</ExcludeList>
606612
</ItemGroup>
607613

608614
<!-- Tests that need to be triaged for vararg usage as that is not supported -->

0 commit comments

Comments
 (0)