yuqi1129 opened a new issue, #4181: URL: https://github.com/apache/gravitino/issues/4181
### What would you like to be improved? Currently, the value of `skipDockerTests` is true, which means, all docker related tests will not be run by default if we execute `gradle test`, If we want to run a test that was marked the `Tag` annotation in IDE, then the following error will occur <img width="1171" alt="image" src="https://github.com/user-attachments/assets/c192cbab-24ad-4091-aaf6-46ba5fe37540"> and we need to modify the runtime configuration, such as adding `-PskipDockerTest=false` or change the value `skipDockerTest` to false in `gradle.properties` every time, it's rather tedious I suggest we set the value by environment variant, so we can avoid changing `skipDockerTest` every time. ### 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]
