diff --git a/external/Java.Interop/tests/Java.Interop-Tests/Java.Interop/JavaObjectTest.cs b/external/Java.Interop/tests/Java.Interop-Tests/Java.Interop/JavaObjectTest.cs index fcd3a37aa06..1d308fc945a 100644 --- a/external/Java.Interop/tests/Java.Interop-Tests/Java.Interop/JavaObjectTest.cs +++ b/external/Java.Interop/tests/Java.Interop-Tests/Java.Interop/JavaObjectTest.cs @@ -44,6 +44,7 @@ public void JavaReferencedInstanceSurvivesCollection () #endif // !NO_GC_BRIDGE_SUPPORT [Test] + [Ignore ("Frequently failing: https://github.com/dotnet/android/issues/12031")] public void UnregisterFromRuntime () { int registeredCount = JniRuntime.CurrentRuntime.ValueManager.GetSurfacedPeers ().Count;