Skip to content

Commit

Permalink
[bcl] Disable a test which fails with linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored and monojenkins committed Aug 14, 2018
1 parent 6dc3229 commit bad9d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ();
Expand Down

0 comments on commit bad9d2c

Please sign in to comment.