mchades commented on code in PR #4827:
URL: https://github.com/apache/gravitino/pull/4827#discussion_r1756273223
##########
catalogs/catalog-lakehouse-iceberg/build.gradle.kts:
##########
@@ -138,16 +138,10 @@ tasks {
}
tasks.test {
- val skipUTs = project.hasProperty("skipTests")
- if (skipUTs) {
- // Only run integration tests
- include("**/integration/**")
- }
-
val skipITs = project.hasProperty("skipITs")
if (skipITs) {
// Exclude integration tests
- exclude("**/integration/**")
Review Comment:
make it more accurate. should be `"**/integration/test/**"`
--
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]