diff --git a/integration-tests/README.md b/integration-tests/README.md index 55ec1855b1f..37435f021bd 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -79,6 +79,9 @@ To run only a single test using mvn run the following command: mvn verify -P integration-tests -Dit.test= ``` +Add `-rf :druid-integration-tests` when running integration tests for the second time or later without changing +the code of core modules in between to skip up-to-date checks for the whole module dependency tree. + Running Tests Using A Configuration File for Any Cluster -------------------