Quieten failing bool[] testcase message
This commit is contained in:
parent
15ad67c37f
commit
fc9c37192b
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ public class runme
|
|||
|
||||
if( runtimeIsMono() )
|
||||
{
|
||||
Console.Error.WriteLine("Tests are running on mono, failing bool[] tests skipped");
|
||||
// Console.Error.WriteLine("Tests are running on mono, failing bool[] tests skipped");
|
||||
// See Mono bug report https://github.com/mono/mono/issues/15592
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue