diff --git a/tests/linker/CommonLinkSdkTest.cs b/tests/linker/CommonLinkSdkTest.cs index d5b2e060f7..1bb6364b2e 100644 --- a/tests/linker/CommonLinkSdkTest.cs +++ b/tests/linker/CommonLinkSdkTest.cs @@ -13,6 +13,9 @@ namespace LinkSdk { [TestFixture] // we want the test to be availble if we use the linker [Preserve (AllMembers = true)] +#if NET + [Ignore ("Type converters are linked away: https://github.com/mono/linker/issues/1451")] +#endif public class CommonLinkSdkTest { [Test]