This is an automated email from the ASF dual-hosted git repository.

jolshan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ba49006561c MINOR: disable test_transactions with new group coordinator
ba49006561c is described below

commit ba49006561cd1ead97c67743d08797445ff1a6d7
Author: Jeff Kim <[email protected]>
AuthorDate: Fri Dec 1 11:47:12 2023 -0500

    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 <[email protected]>
---
 tests/kafkatest/tests/core/transactions_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kafkatest/tests/core/transactions_test.py 
b/tests/kafkatest/tests/core/transactions_test.py
index b9b39f355e4..90d459bb8d6 100644
--- a/tests/kafkatest/tests/core/transactions_test.py
+++ b/tests/kafkatest/tests/core/transactions_test.py
@@ -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'

Reply via email to