This is an automated email from the ASF dual-hosted git repository.

shunping pushed a commit to branch debug-python-postcommit-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit e1b1ff31dc323251126b53d388a2209f93cee46f
Author: Shunping Huang <[email protected]>
AuthorDate: Tue Jun 23 17:52:04 2026 -0400

    Enable dataflow postcommit it only.
---
 build.gradle.kts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 5bee2046e89..4b190ca4bee 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -806,9 +806,9 @@ tasks.register("python311PostCommit") {
 }
 
 tasks.register("python312PostCommit") {
-  // dependsOn(":sdks:python:test-suites:dataflow:py312:postCommitIT")
-  dependsOn(":sdks:python:test-suites:direct:py312:postCommitIT")
-  dependsOn(":sdks:python:test-suites:direct:py312:hdfsIntegrationTest")
+  dependsOn(":sdks:python:test-suites:dataflow:py312:postCommitIT")
+  // dependsOn(":sdks:python:test-suites:direct:py312:postCommitIT")
+  // dependsOn(":sdks:python:test-suites:direct:py312:hdfsIntegrationTest")
   // dependsOn(":sdks:python:test-suites:portable:py312:postCommitPy312")
   // 
dependsOn(":sdks:python:test-suites:dataflow:py312:inferencePostCommitITPy312")
 }

Reply via email to