Annotation Type Flaky


@Deprecated @Retention(RUNTIME) @Target(METHOD) public @interface Flaky
Deprecated.
Use of this is strongly discouraged
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
     
    Deprecated.
    A test is retried when it fails with a stacktrace, which string representation matches given regular expression.
  • Element Details

    • issue

      String issue
      Deprecated.
    • match

      String match
      Deprecated.
      A test is retried when it fails with a stacktrace, which string representation matches given regular expression. The pattern is searched for, as if Matcher.find() was used.