kennknowles commented on code in PR #22620:
URL: https://github.com/apache/beam/pull/22620#discussion_r968565602


##########
sdks/java/core/src/test/java/org/apache/beam/sdk/testing/TestStreamTest.java:
##########
@@ -415,7 +418,12 @@ public void testEarlyPanesOfWindow() {
   }
 
   @Test
-  @Category({ValidatesRunner.class, UsesTestStream.class, 
UsesTestStreamWithMultipleStages.class})
+  @Category({
+    ValidatesRunner.class,
+    UsesTestStream.class,
+    UsesTestStreamWithMultipleStages.class,
+    UsesStatefulParDo.class

Review Comment:
   This small change should be an independent commit that comes first. Then if 
there is any trouble we will only revert the bigger commit but not this fixup.



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