Skip to content

Commit 6b37a82

Browse files
authored
Skip hanging test that was disabled until recently (confluentinc#2454)
for the classic protocol. To be fixed
1 parent 0d0cb8e commit 6b37a82

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/Confluent.Kafka.IntegrationTests/Tests/AdminClient_ListDescribeConsumerGroups.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,9 @@ private void checkConsumerGroupDescription(
6060
/// 2. One consumer group with two clients.
6161
/// 3. Empty consumer group.
6262
/// </summary>
63-
[SkippableTheory, MemberData(nameof(KafkaParameters))]
63+
[Theory(Skip="FIXME: Review and fix this test"), MemberData(nameof(KafkaParameters))]
6464
public void AdminClient_ListDescribeConsumerGroups(string bootstrapServers)
6565
{
66-
Skip.If(!TestConsumerGroupProtocol.IsClassic(),
67-
"FIXME: Why isn't this test working with KIP-848?");
68-
6966
LogToFile("start AdminClient_ListDescribeConsumerGroups");
7067
var groupID = Guid.NewGuid().ToString();
7168
var nonExistentGroupID = Guid.NewGuid().ToString();

0 commit comments

Comments
 (0)