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 59eb4df commit d54896eCopy full SHA for d54896e
src/tests/issues.targets
@@ -874,6 +874,9 @@
874
<ExcludeList Include="$(XunitTestBinBase)/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests/*">
875
<Issue>https://github.com/dotnet/runtime/issues/81103</Issue>
876
</ExcludeList>
877
+ <ExcludeList Include = "$(XunitTestBinBase)/Loader/classloader/Casting/Functionpointer/**">
878
+ <Issue>https://github.com/dotnet/runtime/issues/81106</Issue>
879
+ </ExcludeList>
880
</ItemGroup>
881
882
<!-- Crossgen2 x86 specific excludes -->
0 commit comments