Skip to content

Commit

Permalink
fix sandboxed topic client mapping test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Jul 11, 2020
1 parent ff6c00a commit c681551
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public static Collection<TestCase<KafkaTopicClient>> getMethodsToTest() {
.ignore("describeTopic", String.class)
.ignore("describeTopics", Collection.class)
.ignore("deleteTopics", Collection.class)
.ignore("listTopicStartOffsets", String.class)
.ignore("listTopicEndOffsets", String.class)
.ignore("listTopicsStartOffsets", Collection.class)
.ignore("listTopicsEndOffsets", Collection.class)
.build();
}

Expand Down

0 comments on commit c681551

Please sign in to comment.