Skip to content

Commit e5eee9a

Browse files
authored
Block the test Runtime_56953 on Windows Arm32 with #67870 (#67978)
1 parent 3c7c9fb commit e5eee9a

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
@@ -522,6 +522,9 @@
522522
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248/*">
523523
<Issue>https://github.com/dotnet/runtime/issues/12979</Issue>
524524
</ExcludeList>
525+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_56953/Runtime_56953/*">
526+
<Issue>https://github.com/dotnet/runtime/issues/67870</Issue>
527+
</ExcludeList>
525528
<ExcludeList Include="$(XunitTestBinBase)/JIT/Directed/PREFIX/unaligned/4/arglist_Target_ARM/*">
526529
<Issue>https://github.com/dotnet/runtime/issues/12979</Issue>
527530
</ExcludeList>

0 commit comments

Comments
 (0)