When a test is failing due to a bug outside my control, I do not want to trigger e-mails for failures for known bugs. Ideally I should be able to tag troublesome tests with @skip:T<bug number>
When this tag is used, the test still runs but shows up as a warning in the results rather than a failure.