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 ef34a20196aaf6ee3a4cbed7a1d40f4f2fad5ba2
Author: Shunping Huang <[email protected]>
AuthorDate: Tue Jun 23 18:56:41 2026 -0400

    Enable portable postcommit only.
---
 build.gradle.kts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 4b190ca4bee..1e685e3e3e1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -806,10 +806,10 @@ tasks.register("python311PostCommit") {
 }
 
 tasks.register("python312PostCommit") {
-  dependsOn(":sdks:python:test-suites:dataflow:py312:postCommitIT")
+  // 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:portable:py312:postCommitPy312")
   // 
dependsOn(":sdks:python:test-suites:dataflow:py312:inferencePostCommitITPy312")
 }
 

Reply via email to