@Target(value={TYPE,METHOD})
 @Retention(value=RUNTIME)
 @Documented
 @API(status=MAINTAINED,
     since="1.0")
public @interface Disabled
@Disabled("reason to disable") to disable test container or test method
 during normal test execution.| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | valueThe reason this annotated test container or test method is disabled. |