Is it possible to provide an explicative message in the Ignore decorator to a unit test in C#, like this?
[TestMethod]
[Ignore("This is intended to work locally only because lack of permissions")]
public void TestStartAcquireIfEmpty()
{
}
So that in case a future development is done, this decorator can be removed from the unit test