Abacn commented on code in PR #29097:
URL: https://github.com/apache/beam/pull/29097#discussion_r1367394082
##########
build.gradle.kts:
##########
@@ -294,7 +294,6 @@ tasks.register("javaPreCommit") {
dependsOn(":sdks:java:fn-execution:build")
dependsOn(":sdks:java:harness:build")
dependsOn(":sdks:java:harness:jmh:build")
- dependsOn(":sdks:java:io:azure:build")
dependsOn(":sdks:java:io:bigquery-io-perf-tests:build")
dependsOn(":sdks:java:io:common:build")
dependsOn(":sdks:java:io:contextualtextio:build")
Review Comment:
there are still a couple of IO tests triggered in the large java precommit.
Checked that these are not belong to specific IO PreCommit. We should move them
into other tasks.
--
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]