Annotation Type Flaky


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface Flaky
Marker annotation used together with the ConditionalFail JUnit rule, that allows ignoring failures of tests know to be unstable on CI, using the ignoreFlakyFailures system property.
Author:
Jiri Pechanec
  • Field Details

  • Element Details

    • value

      String value
      The Jira id of the issue tracking the failing test