Skip to content

Commit c864fea

Browse files
committed
Re-enable JnienvCreateInstance_RegistersMultipleInstances()
on CoreCLR and NativeAOT. These should be fixed by dotnet/java-interop@d3d3a1bf.
1 parent d02d3db commit c864fea

File tree

1 file changed

+0
-2
lines changed
  • tests/Mono.Android-Tests/Mono.Android-Tests/Java.Lang

1 file changed

+0
-2
lines changed

tests/Mono.Android-Tests/Mono.Android-Tests/Java.Lang/ObjectTest.cs

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ static MethodInfo MakeGenericMethod (MethodInfo method, Type type) =>
6666
}
6767

6868
[Test]
69-
[Category ("CoreCLRIgnore")] //TODO: https://github.com/dotnet/android/issues/10069
70-
[Category ("NativeAOTIgnore")] //TODO: https://github.com/dotnet/android/issues/10079
7169
public void JnienvCreateInstance_RegistersMultipleInstances ()
7270
{
7371
using (var adapter = new CreateInstance_OverrideAbsListView_Adapter (Application.Context)) {

0 commit comments

Comments
 (0)