ihji commented on code in PR #17674:
URL: https://github.com/apache/beam/pull/17674#discussion_r878627117


##########
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/ValidateRunnerXlangTest.java:
##########
@@ -287,7 +287,11 @@ protected void pythonDependenciesTest(Pipeline pipeline) {
   @RunWith(JUnit4.class)
   public static class SingleInputOutputTest extends 
ValidateRunnerXlangTestBase {
     @Test
-    @Category({ValidatesRunner.class, UsesCrossLanguageTransforms.class})
+    @Category({
+      ValidatesRunner.class,

Review Comment:
   Tests using the same type of expansion service with the SDK will be skipped:
   
https://github.com/apache/beam/blob/bbc1867e6f3bcdb426e7f95ba923428017c0f151/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L2356
   
https://github.com/apache/beam/blob/bbc1867e6f3bcdb426e7f95ba923428017c0f151/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L2386



-- 
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]

Reply via email to