Skip to content

Commit 30a5c7c

Browse files
CopilotJulieLeeMSFTjkotas
authored
Disable GC/Scenarios/THDChaos/thdchaos test on Arm32 (#122461)
Disables the `GC/Scenarios/THDChaos/thdchaos` test on Arm32 platforms due to OutOfMemory test failures --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JulieLeeMSFT <63486087+JulieLeeMSFT@users.noreply.github.com> Co-authored-by: Jan Kotas <jkotas@microsoft.com> Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
1 parent ef183e9 commit 30a5c7c

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
@@ -138,6 +138,9 @@
138138
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/ServerModel/servermodel/*">
139139
<Issue>times out</Issue>
140140
</ExcludeList>
141+
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/THDChaos/thdchaos/*">
142+
<Issue>https://github.com/dotnet/runtime/issues/119700</Issue>
143+
</ExcludeList>
141144
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler/*">
142145
<Issue>times out</Issue>
143146
</ExcludeList>

0 commit comments

Comments
 (0)