mirror of https://github.com/apache/kafka.git
				
				
				
			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:
		
							parent
							
								
									21edb70788
								
							
						
					
					
						commit
						ba49006561
					
				|  | @ -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' | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue