pabloem commented on code in PR #21752:
URL: https://github.com/apache/beam/pull/21752#discussion_r907663667


##########
sdks/java/io/kafka/build.gradle:
##########
@@ -135,7 +144,8 @@ kafkaVersions.each {kv ->
     include '**/KafkaIOIT.class'
 
     filter {
-      includeTestsMatching "*InBatch"
+      excludeTestsMatching "*InStreaming"
+      if (!(kv.key in sdfKafkaVersions)) excludeTestsMatching 
"*DynamicPartitions" //admin client create partitions does not exist in kafka 
0.11.0.3 and kafka sdf does not appear to work for kafka versions <2.0.1

Review Comment:
   just for my edification - how / where / when do these tests run?



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