From 3b30f85ab897f0f0283df6859dd6e65be85bbabd Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Tue, 14 Aug 2018 19:05:10 -0400 Subject: [PATCH] [bcl] Disable a test which fails with linking. (#10103) Fixes https://github.com/xamarin/xamarin-macios/issues/4617. --- mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs b/mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs index 1c95466d1251..521e190a1cad 100644 --- a/mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs +++ b/mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs @@ -484,6 +484,8 @@ public static void TestMethod (int a0, string a1, } [Test] // https://github.com/mono/mono/issues/8312 + // The linker removes the SkipWhile methods + [Category ("MobileNotWorking")] public void ParameterInfoToStringForQueryableSkipWhile () { var sb = new StringBuilder ();