File tree 2 files changed +3
-0
lines changed
tests/Mono.Android-Tests/Mono.Android-Tests
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ public void CreateTypeWithExportedMethods ()
251
251
}
252
252
253
253
[ Test ]
254
+ [ Category ( "CoreCLRIgnore" ) ] //TODO: Fix this test for CoreCLR
254
255
public void ActivatedDirectObjectSubclassesShouldBeRegistered ( )
255
256
{
256
257
if ( Build . VERSION . SdkInt <= BuildVersionCodes . GingerbreadMr1 )
Original file line number Diff line number Diff line change 32
32
NetworkInterfaces excluded: https://github.com/dotnet/runtime/issues/75155
33
33
-->
34
34
<ExcludeCategories >DotNetIgnore</ExcludeCategories >
35
+ <!-- Tests not passing yet on CoreCLR -->
36
+ <ExcludeCategories Condition =" '$(UseMonoRuntime)' == 'false' " >$(ExcludeCategories):CoreCLRIgnore</ExcludeCategories >
35
37
<!-- FIXME: LLVMIgnore https://github.com/dotnet/runtime/issues/89190 -->
36
38
<ExcludeCategories Condition =" '$(EnableLLVM)' == 'true' " >$(ExcludeCategories):LLVMIgnore</ExcludeCategories >
37
39
<ExcludeCategories Condition =" '$(EnableLLVM)' == 'true' " >$(ExcludeCategories):InetAccess:NetworkInterfaces</ExcludeCategories >
You can’t perform that action at this time.
0 commit comments