MINOR: disable test_transactions with new group coordinator

https://issues.apache.org/jira/browse/KAFKA-14505 is not done yet so we need to disable the system test. Added a comment in the jira to re-enable once it's implemented.

Reviewers: Justine Olshan <jolshan@confluent.io>
This commit is contained in:
Jeff Kim 2023-12-01 11:47:12 -05:00 committed by GitHub
parent 21edb70788
commit ba49006561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ class TransactionsTest(Test):
check_order=[True, False],
use_group_metadata=[True, False],
metadata_quorum=quorum.all_kraft,
use_new_coordinator=[True, False]
use_new_coordinator=[False]
)
def test_transactions(self, failure_mode, bounce_target, check_order, use_group_metadata, metadata_quorum=quorum.zk, use_new_coordinator=False):
security_protocol = 'PLAINTEXT'