Skip to content

Commit

Permalink
Disable permared go xlang tests. (#32423)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Sep 11, 2024
1 parent e76b51f commit 21abfb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2824,7 +2824,8 @@ 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')) {
mainTask.configure { dependsOn goTask }
System.err.println 'GoUsingJava tests have been disabled: https://github.com/apache/beam/issues/30517#issuecomment-2341881604.'
// mainTask.configure { dependsOn goTask }
}
cleanupTask.configure { mustRunAfter goTask }
config.cleanupJobServer.configure { mustRunAfter goTask }
Expand Down

0 comments on commit 21abfb2

Please sign in to comment.