Skip to content

Commit 26ce8f7

Browse files
authored
[JAVA-33808] change spring-kafka-2 integration test to live test (#16468)
1 parent b2efaa0 commit 26ce8f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
44

5-
import java.time.Duration;
65
import java.util.Objects;
76
import java.util.Set;
87

@@ -26,7 +25,7 @@
2625
@DirtiesContext(classMode = ClassMode.BEFORE_CLASS)
2726
@ActiveProfiles("managed")
2827
@Slf4j
29-
class ManagingConsumerGroupsIntegrationTest {
28+
class ManagingConsumerGroupsLiveTest {
3029

3130
private static final String CONSUMER_1_IDENTIFIER = "org.springframework.kafka.KafkaListenerEndpointContainer#1";
3231
private static final int TOTAL_PRODUCED_MESSAGES = 5000;

0 commit comments

Comments
 (0)