Skip to content

Commit 0e4789d

Browse files
Ignore ActivatedDirectObjectSubclassesShouldBeRegistered
1 parent 94ce854 commit 0e4789d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/Mono.Android-Tests/Mono.Android-Tests/Java.Interop/JnienvTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ public void CreateTypeWithExportedMethods ()
251251
}
252252

253253
[Test]
254+
[Category ("CoreCLRIgnore")] //TODO: Fix this test for CoreCLR
254255
public void ActivatedDirectObjectSubclassesShouldBeRegistered ()
255256
{
256257
if (Build.VERSION.SdkInt <= BuildVersionCodes.GingerbreadMr1)

tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
NetworkInterfaces excluded: https://github.com/dotnet/runtime/issues/75155
3333
-->
3434
<ExcludeCategories>DotNetIgnore</ExcludeCategories>
35+
<!-- Tests not passing yet on CoreCLR -->
36+
<ExcludeCategories Condition=" '$(UseMonoRuntime)' == 'false' ">$(ExcludeCategories):CoreCLRIgnore</ExcludeCategories>
3537
<!-- FIXME: LLVMIgnore https://github.com/dotnet/runtime/issues/89190 -->
3638
<ExcludeCategories Condition=" '$(EnableLLVM)' == 'true' ">$(ExcludeCategories):LLVMIgnore</ExcludeCategories>
3739
<ExcludeCategories Condition=" '$(EnableLLVM)' == 'true' ">$(ExcludeCategories):InetAccess:NetworkInterfaces</ExcludeCategories>

0 commit comments

Comments
 (0)