Skip to content

Commit 91c560a

Browse files
committed
removed session timeout
1 parent cd1099e commit 91c560a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration/admin/test_describe_consumer_groups_compatability.py

-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def create_consumers(kafka_cluster, topic, group_id, client_id, Protocol):
2525
conf = {'group.id': group_id,
2626
'client.id': client_id,
2727
'group.protocol': Protocol,
28-
'session.timeout.ms': 6000,
2928
'enable.auto.commit': False,
3029
'auto.offset.reset': 'earliest',
3130
'debug': 'all'}
@@ -123,9 +122,6 @@ def test_describe_consumer_groups_compatability(kafka_cluster):
123122
validate_only=False
124123
)
125124

126-
if TestUtils.use_group_protocol_consumer():
127-
verify_describe_consumer_groups(kafka_cluster, admin_client, our_topic)
128-
129125
# Delete created topic
130126
fs = admin_client.delete_topics([our_topic])
131127
for topic, f in fs.items():

0 commit comments

Comments
 (0)