acrites commented on code in PR #37723:
URL: https://github.com/apache/beam/pull/37723#discussion_r2955748969


##########
runners/google-cloud-dataflow-java/build.gradle:
##########
@@ -490,6 +491,8 @@ task validatesRunnerStreaming {
   description "Validates Dataflow runner forcing streaming mode"
   
dependsOn(createLegacyWorkerValidatesRunnerTest(validatesRunnerStreamingConfig 
+ [
     name: 'validatesRunnerLegacyWorkerTestStreaming',
+    // Streaming appliance currently fails bundle finalizer tests.
+    excludedCategories: [ 'org.apache.beam.sdk.testing.UsesBundleFinalizer', ],

Review Comment:
   Thanks, that was a silly mistake. It explains why all the Validates runner 
tests were failing...



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