Skip to content

Commit 7dcb033

Browse files
committed
Enable the test for allow.auto.create.topics
1 parent 71fa836 commit 7dcb033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/TestKafkaConsumer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ TEST(KafkaManualCommitConsumer, RecoverByTime)
16771677
}
16781678

16791679
// Would FAIL!!! -- since librdkafka v1.6.0
1680-
TEST(KafkaAutoCommitConsumer, DISABLED_AutoCreateTopics)
1680+
TEST(KafkaAutoCommitConsumer, AutoCreateTopics)
16811681
{
16821682
const Topic topic = Utility::getRandomString();
16831683

0 commit comments

Comments
 (0)