diff --git a/TESTING.md b/TESTING.md index 95056b1085b..1fd4d5fc9ce 100644 --- a/TESTING.md +++ b/TESTING.md @@ -206,6 +206,10 @@ Note that this will also run the unit tests and precommit tasks first. If you wa ./gradlew internalClusterTest +To run a specific set of tests. + + ./gradlew :server:internalClusterTest --tests "org.opensearch.common.settings.FallbackSettingsIT.*" + If you want to just run the precommit checks: ./gradlew precommit