Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 06ab66c

Browse files
authored
disable dynamo test on arm32/64 (#21940)
1 parent 234bbb5 commit 06ab66c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/issues.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,9 @@
586586
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/DoublinkList/dlstack/*">
587587
<Issue>Release only crash</Issue>
588588
</ExcludeList>
589+
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/Dynamo/dynamo/*">
590+
<Issue>17129</Issue>
591+
</ExcludeList>
589592
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292/*">
590593
<Issue>20358</Issue>
591594
</ExcludeList>
@@ -602,6 +605,9 @@
602605
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361/*">
603606
<Issue>20232</Issue>
604607
</ExcludeList>
608+
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/Dynamo/dynamo/*">
609+
<Issue>17129</Issue>
610+
</ExcludeList>
605611
</ItemGroup>
606612

607613

0 commit comments

Comments
 (0)