mingdaoy commented on code in PR #19025:
URL: https://github.com/apache/kafka/pull/19025#discussion_r1974658273


##########
README.md:
##########
@@ -75,6 +76,7 @@ Retries are disabled by default, but you can set 
maxTestRetryFailures and maxTes
 The following example declares -PmaxTestRetries=1 and -PmaxTestRetryFailures=3 
to enable a failed test to be retried once, with a total retry limit of 3.
 
     ./gradlew test -PmaxTestRetries=1 -PmaxTestRetryFailures=3
+    ./gradlew test -Pkafka.test.run.flaky=true -PmaxTestRetries=1 
-PmaxTestRetryFailures=3

Review Comment:
   @chia7712 @m1a2st The command is removed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to