From 06b7d2e0454ec50746d9e7bcb3ef0090adac5750 Mon Sep 17 00:00:00 2001 From: mingdaoy Date: Sat, 1 Mar 2025 11:17:38 +0800 Subject: [PATCH] MINOR: Add flaky-related commands to README.md (#19025) Reviewers: Ken Huang , Chia-Ping Tsai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d901d6a93a3..338f81e17c7 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Follow instructions in https://kafka.apache.org/quickstart ./gradlew test # runs both unit and integration tests ./gradlew unitTest ./gradlew integrationTest + ./gradlew test -Pkafka.test.run.flaky=true # runs tests that are marked as flaky ### Force re-running tests without code change ###