Package io.trino.testng.services
Annotation Type Flaky
-
@Deprecated @Retention(RUNTIME) @Target(METHOD) public @interface Flaky
Deprecated.Use of this is strongly discouraged
-
-
Element Detail
-
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 ifMatcher.find()was used.
-
-