We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becccb2 commit c1ed0dbCopy full SHA for c1ed0db
src/tests/issues.targets
@@ -3394,6 +3394,9 @@
3394
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventactivityidcontrol/eventactivityidcontrol/**">
3395
<Issue>https://github.com/dotnet/runtime/issues/52763</Issue>
3396
</ExcludeList>
3397
+ <ExcludeList Include = "$(XunitTestBinBase)/Interop/UnmanagedCallConv/UnmanagedCallConvTest/**">
3398
+ <Issue>https://github.com/dotnet/runtime/issues/53077</Issue>
3399
+ </ExcludeList>
3400
</ItemGroup>
3401
3402
<ItemGroup Condition=" $(TargetOS) == 'Android' And '$(TargetArchitecture)' == 'arm64' " >
0 commit comments