Abacn commented on code in PR #35953: URL: https://github.com/apache/beam/pull/35953#discussion_r2301174595
########## buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy: ########## @@ -2904,8 +2904,9 @@ class BeamModulePlugin implements Plugin<Project> { // CrossLanguageValidatesRunnerTask is setup under python sdk but also runs tasks not involving // python versions. set 'skipNonPythonTask' property to avoid duplicated run of these tasks. if (!(project.hasProperty('skipNonPythonTask') && project.skipNonPythonTask == 'true')) { - System.err.println 'GoUsingJava tests have been disabled: https://github.com/apache/beam/issues/30517#issuecomment-2341881604.' - // mainTask.configure { dependsOn goTask } + // Re-enabled GoUsingJava tests after fixing underlying issues + // Previous issues: Docker daemon connectivity, SDK worker communication, timeout configurations + mainTask.configure { dependsOn goTask } Review Comment: Sorry, realize this may affect GoUsingJava tests not limited to Dataflow, likely breaking all XVR PostCommit at the moment. -- 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