Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed May 20, 2021
1 parent deabb72 commit 49eabbb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@ private void deleteTopicsByKafkaAdmin(AdminClient admin, Set<String> topicsToDel
}


//@Test(timeOut = 10000)
@Test
@Test(timeOut = 10000)
public void testCreateAndDeleteTopics() throws Exception {
Properties props = new Properties();
props.put(AdminClientConfig.BOOTSTRAP_SERVERS_CONFIG, "localhost:" + getKafkaBrokerPort());
Expand Down

0 comments on commit 49eabbb

Please sign in to comment.