File tree Expand file tree Collapse file tree
utils/test-utils/src/main/groovy/datadog/trace/test/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66import java .lang .annotation .Target ;
77import org .junit .jupiter .api .Tag ;
88
9- /**
10- * Use this annotation for test cases that are not designed to be retryable
11- * (gradle retry plugin / develocity).
12- *
13- * <a href="https://github.com/gradle/test-retry-gradle-plugin">Retry plugin doc</a>.
9+ /**
10+ * Use this annotation for test cases that are not designed to be retryable (gradle retry plugin /
11+ * develocity).
12+ *
13+ * <p>< a href="https://github.com/gradle/test-retry-gradle-plugin">Retry plugin doc</a>.
1414 */
1515@ Retention (RetentionPolicy .RUNTIME )
1616@ Target ({ElementType .TYPE , ElementType .METHOD })
You can’t perform that action at this time.
0 commit comments