cadonna commented on code in PR #18485: URL: https://github.com/apache/kafka/pull/18485#discussion_r1912842473
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java: ########## @@ -4578,48 +4626,6 @@ public void shouldNotFailForTimeoutExceptionOnConsumerCommit() { verify(consumer, times(2)).commitSync(any(Map.class)); } - @Test - public void shouldNotFailForTimeoutExceptionOnCommitWithEosAlpha() { Review Comment: Why do you remove this test? -- 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