From 97c5e309f17b22d9b0ddd139fa8a79b90aba06f1 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 19 Oct 2021 12:19:08 -0500 Subject: [PATCH] [tests] add IgnoreInterpreter category for one test Context: https://github.com/dotnet/runtime/issues/60638 --- tests/Java.Interop-Tests/Java.Interop/JavaObjectTest.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Java.Interop-Tests/Java.Interop/JavaObjectTest.cs b/tests/Java.Interop-Tests/Java.Interop/JavaObjectTest.cs index 94b635b49..da38f8816 100644 --- a/tests/Java.Interop-Tests/Java.Interop/JavaObjectTest.cs +++ b/tests/Java.Interop-Tests/Java.Interop/JavaObjectTest.cs @@ -110,6 +110,8 @@ public void Dispose () #if !NO_GC_BRIDGE_SUPPORT [Test] + // See: https://github.com/dotnet/runtime/issues/60638 + [Category ("IgnoreInterpreter")] public void Dispose_Finalized () { var d = false;