xinyuiscool commented on a change in pull request #14883:
URL: https://github.com/apache/beam/pull/14883#discussion_r640152740
##########
File path: runners/samza/job-server/build.gradle
##########
@@ -102,6 +100,7 @@ createPortableValidatesRunnerTask(
excludeCategories
'org.apache.beam.sdk.testing.UsesSplittableParDoWithWindowedSideInputs'
},
testFilter: {
+ excludeTestsMatching
"org.apache.beam.sdk.transforms.FlattenTest.testEmptyFlattenAsSideInput"
Review comment:
It's testing empty side input from flatten the pipeline. It's also
disabled in dataflow runner, so I disabled it here. We can take a deeper look
when we get a chance later.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]