stankiewicz commented on code in PR #38437:
URL: https://github.com/apache/beam/pull/38437#discussion_r3218484934
##########
sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/MetadataPropagationTest.java:
##########
@@ -79,13 +80,8 @@ public void testMetadataPropagationAcrossShuffleParameter() {
pipeline.run();
}
- /**
- * Tests metadata propagation for a parameter. Note: PAssert internally
introduces a GroupByKey.
- * This test works only with DirectRunner and runners that support metadata
propagation across
- * GroupByKey. See {@link #testMetadataPropagationAcrossGBK} for more
information.
- */
@Test
- @Category(NeedsRunner.class)
+ @Category({ValidatesRunner.class, NeedsRunner.class})
Review Comment:
can you remove ValidatesRunner instead.
--
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]