When I use NUnit's Assert.Ignore (and have inconclusive tests as failing), I don't get the actual message (same behavior in vstudio-addin and console tool) so output is something like
Quote:
[10:56:42][...ItReturnsRefreshedCurrentTime]
[10:56:42][...ItReturnsRefreshedCurrentTime]
[10:56:42][...ItReturnsRefreshedCurrentTime] NCrunch: This test reported an inconclusive result. You can adjust whether NCrunch should treat this result as a pass by using the 'Consider inconclusive tests as passing' NCrunch project-level configuration setting.
making it hard to tell from the error why test is ignored.
(with 2 empty lines for some reason)
Is this a technical limitation ?
Thanks.