diff --git a/testing/trino-testing-services/src/main/java/io/trino/testng/services/Flaky.java b/testing/trino-testing-services/src/main/java/io/trino/testng/services/Flaky.java index bd0ec670fefe..566c25c72c4c 100644 --- a/testing/trino-testing-services/src/main/java/io/trino/testng/services/Flaky.java +++ b/testing/trino-testing-services/src/main/java/io/trino/testng/services/Flaky.java @@ -23,7 +23,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME; /** - * @deprecated Use of this is strongly discouraged + * @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. */ @Deprecated @Retention(RUNTIME)