Annotation used to tag a test, or suite of tests, as being CPU-intensive (i.e., consuming a lot of CPU time when it runs).
Annotation used to tag a test, or suite of tests, as being disk-intensive (i.e., consuming a large amount of disk-IO bandwidth when it runs).
Annotation used to tag a test, or suite of tests, as being network-intensive (i.e., consuming a large amount of network bandwidth when it runs).
Tag annotation that indicates a test is a candidate for retrying on either failure, cancellation, or both.
Annotation used to tag a test, or suite of tests, as being slow (i.e., requiring a long time to run).