From 2a6129646489256f455cf505243228e6ef0bba4f Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 27 Jan 2021 17:44:52 +0100 Subject: [PATCH] [tests] Ignore the MonoTouchFixtures.ObjCRuntime.RegistrarTest.RegistrarRemoval test, it's failing on .NET. Fixes #xamarin/maccore@2380. (#10513) Fixes https://github.com/xamarin/maccore/issues/2380. --- tests/monotouch-test/ObjCRuntime/RegistrarTest.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/monotouch-test/ObjCRuntime/RegistrarTest.cs b/tests/monotouch-test/ObjCRuntime/RegistrarTest.cs index e559a7ffd4..3cbb5991dc 100644 --- a/tests/monotouch-test/ObjCRuntime/RegistrarTest.cs +++ b/tests/monotouch-test/ObjCRuntime/RegistrarTest.cs @@ -58,6 +58,9 @@ namespace MonoTouchFixtures.ObjCRuntime { } [Test] +#if NET + [Ignore ("https://github.com/xamarin/xamarin-macios/issues/10512")] +#endif public void RegistrarRemoval () { // define set by xharness when creating test variations.