ryanthompson591 commented on code in PR #22990: URL: https://github.com/apache/beam/pull/22990#discussion_r961872209
########## build.gradle.kts: ########## @@ -329,9 +329,9 @@ 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") - dependsOn(":sdks:python:test-suites:portable:py39:postCommitPy39") + // dependsOn(":sdks:python:test-suites:direct:py39:postCommitIT") Review Comment: In general, I think you should instead do 1 of 2 things. Either: 1. Just delete these lines. 2. above the commented out section put in a comment that says: ``` # TODO(issueReference): Tests temporarily disabled because ... ``` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org