Brad Roberts wrote:
> I don't want to even have the mechanism.
>
>
Not everything needs a specific language mechanism.
pragma(msg, "this unittest is disabled because of bugzilla 1234");
//assert(foo == bar);
This way, you get dinged about it until it gets fixed.