You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2018/04/12 18:37:05 UTC

[kafka] branch trunk updated: MINOR: Disable failing testDescribeConsumerGroupOffsets test case (#4863)

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

jgus 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 fb3a948  MINOR: Disable failing testDescribeConsumerGroupOffsets test case (#4863)
fb3a948 is described below

commit fb3a9485a8f830336e2cd07d959cf6aa0a5356a5
Author: Jason Gustafson <ja...@confluent.io>
AuthorDate: Thu Apr 12 11:36:59 2018 -0700

    MINOR: Disable failing testDescribeConsumerGroupOffsets test case (#4863)
    
    Reviewers: Guozhang Wang <wa...@gmail.com>
---
 .../test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java b/clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java
index a242ed6..d224413 100644
--- a/clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java
+++ b/clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java
@@ -756,6 +756,7 @@ public class KafkaAdminClientTest {
     }
 
     @Test
+    @Ignore
     public void testDescribeConsumerGroupOffsets() throws Exception {
         final HashMap<Integer, Node> nodes = new HashMap<>();
         nodes.put(0, new Node(0, "localhost", 8121));

-- 
To stop receiving notification emails like this one, please contact
jgus@apache.org.