Abacn commented on code in PR #30458:
URL: https://github.com/apache/beam/pull/30458#discussion_r1513526291


##########
build.gradle.kts:
##########
@@ -516,7 +516,6 @@ tasks.register("python38PostCommit") {
 tasks.register("python39PostCommit") {
   dependsOn(":sdks:python:test-suites:dataflow:py39:postCommitIT")
   dependsOn(":sdks:python:test-suites:direct:py39:postCommitIT")
-  dependsOn(":sdks:python:test-suites:direct:py39:hdfsIntegrationTest")

Review Comment:
   Changed to run hdfsIntegrationTest only in lowest and highest Python version 
as the functionality didn't change for long but has a history of broken due to 
unrelated change. If it is broken at least there are green signal for Python 
3.9 / 3.10 so does not undermine other breakage signal



-- 
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]

Reply via email to