GH-1631: Remove unused topics from test

This commit is contained in:
Gary Russell
2020-11-23 13:59:30 -05:00
parent 90b9f625ff
commit 74feb40ad0

View File

@@ -178,7 +178,7 @@ import io.micrometer.core.instrument.simple.SimpleMeterRegistry;
"annotated25", "annotated25reply1", "annotated25reply2", "annotated26", "annotated27", "annotated28",
"annotated29", "annotated30", "annotated30reply", "annotated31", "annotated32", "annotated33",
"annotated34", "annotated35", "annotated36", "annotated37", "foo", "manualStart", "seekOnIdle",
"annotated38", "annotated38reply", "annotated39", "sentto-in", "sendto-out"})
"annotated38", "annotated38reply", "annotated39" })
public class EnableKafkaIntegrationTests {
private static final String DEFAULT_TEST_GROUP_ID = "testAnnot";