damccorm commented on code in PR #22990:
URL: https://github.com/apache/beam/pull/22990#discussion_r961892288
##########
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:
FWIW, you can keep the bot from notifying people by either:
1. Marking as draft
2. Prefixing the PR title with `WIP`
3. Commenting `stop reviewer notifications`
--
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]