We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f626be commit 7560f46Copy full SHA for 7560f46
src/tests/issues.targets
@@ -3712,6 +3712,9 @@
3712
<ExcludeList Include = "$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_ro/**">
3713
<Issue>https://github.com/dotnet/runtime/issues/92129</Issue>
3714
</ExcludeList>
3715
+ <ExcludeList Include = "$(XunitTestBinBase)/JIT/Directed/PrimitiveABI/**">
3716
+ <Issue>https://github.com/dotnet/runtime/issues/92129</Issue>
3717
+ </ExcludeList>
3718
</ItemGroup>
3719
3720
<ItemGroup Condition="'$(TargetArchitecture)' == 'wasm' or '$(TargetsMobile)' == 'true'">
0 commit comments