Bläddra i källkod

[bcl] Disable a test which fails with linking. (#10103)

Fixes https://github.com/xamarin/xamarin-macios/issues/4617.
Zoltan Varga 7 år sedan
förälder
incheckning
3b30f85ab8
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs

+ 2 - 0
mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs

@@ -484,6 +484,8 @@ namespace MonoTests.System.Reflection
 		}
 
 		[Test] // https://github.com/mono/mono/issues/8312
+		// The linker removes the SkipWhile methods
+		[Category ("MobileNotWorking")]
 		public void ParameterInfoToStringForQueryableSkipWhile ()
 		{
 			var sb = new StringBuilder ();