vvcephei commented on a change in pull request #9481: URL: https://github.com/apache/kafka/pull/9481#discussion_r511058225
########## File path: tests/kafkatest/tests/streams/streams_static_membership_test.py ########## @@ -48,6 +49,7 @@ def __init__(self, test_context): throughput=1000, acks=1) + @ignore Review comment: ```suggestion # This test fails due to a bug that is fixed in 2.5+ (KAFKA-10284). We opted not to backport # the fix to 2.4 and instead marked this test as ignored. If desired, the fix can be backported, # but it is non-trivial to do so. @ignore ``` ---------------------------------------------------------------- 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: us...@infra.apache.org