TungYuChiang opened a new issue, #5563: URL: https://github.com/apache/gravitino/issues/5563
### What would you like to be improved? Currently, the documentation lacks clear instructions on how to run all integration tests. Users need to look through the entire documentation, but there is no relevant command listed in this section. The necessary command is currently located in the "How to Build" section, which may not be intuitive for users aiming to run integration tests specifically. ### Proposed Improvement To make the process clearer and more user-friendly, I suggest adding the following instructions to this section: Set skipDockerTests=false in the gradle.properties file (or use -PskipDockerTests=false in the command). Alternatively, use export SKIP_DOCKER_TESTS=false in the shell. Without these settings, all tests requiring Docker will be skipped, which might cause confusion for users expecting a complete test run. ### How should we improve? _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
