Skip to content

Commit 917fb92

Browse files
committed
Disable DictionaryExpansion.cmd test on win-x86
Tracking: dotnet#75244
1 parent be84df7 commit 917fb92

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
@@ -286,6 +286,9 @@
286286
<ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_34094/Test34094/*">
287287
<Issue>https://github.com/dotnet/runtime/issues/57458</Issue>
288288
</ExcludeList>
289+
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/DictionaryExpansion/DictionaryExpansion/*">
290+
<Issue>https://github.com/dotnet/runtime/issues/75244</Issue>
291+
</ExcludeList>
289292
</ItemGroup>
290293

291294
<!-- Windows arm32 specific excludes -->

0 commit comments

Comments
 (0)