mjsax commented on code in PR #15349:
URL: https://github.com/apache/kafka/pull/15349#discussion_r1485246193


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/assignment/HighAvailabilityTaskAssignorTest.java:
##########
@@ -97,6 +100,7 @@
 import static org.mockito.Mockito.spy;
 
 @RunWith(Parameterized.class)
+@Category({IntegrationTest.class})

Review Comment:
   I looked into the 90 day history of this test, and the last failure was on 
Dec/11 the day we merged https://github.com/apache/kafka/pull/14965
   
   Hence, this test should be stable now, and I don't think we need to add this 
tag, because it's really a unit test after all.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to