Package io.trino.testng.services
Annotation Interface Flaky
Deprecated.
Use of this is strongly discouraged. Instead prefer to find the cause of the issue and either fix the test or rewrite it to not be flaky.
-
Required Element Summary
Required Elements
-
Element Details
-
issue
String issueDeprecated. -
match
String matchDeprecated.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.
-