Skip to content

Commit c1ed0db

Browse files
authored
Disable UnmanagedCallConvTest on Android (dotnet#53079)
1 parent becccb2 commit c1ed0db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

+3
Original file line numberDiff line numberDiff line change
@@ -3394,6 +3394,9 @@
33943394
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventactivityidcontrol/eventactivityidcontrol/**">
33953395
<Issue>https://github.com/dotnet/runtime/issues/52763</Issue>
33963396
</ExcludeList>
3397+
<ExcludeList Include = "$(XunitTestBinBase)/Interop/UnmanagedCallConv/UnmanagedCallConvTest/**">
3398+
<Issue>https://github.com/dotnet/runtime/issues/53077</Issue>
3399+
</ExcludeList>
33973400
</ItemGroup>
33983401

33993402
<ItemGroup Condition=" $(TargetOS) == 'Android' And '$(TargetArchitecture)' == 'arm64' " >

0 commit comments

Comments
 (0)