Skip to content

Commit 2af5683

Browse files
committed
Re-enable KafkaStreamsInteractiveQueryServiceTests
Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
1 parent 8e3b446 commit 2af5683

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-kafka/src/test/java/org/springframework/kafka/streams/KafkaStreamsInteractiveQueryServiceTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
import org.apache.kafka.streams.state.HostInfo;
4040
import org.apache.kafka.streams.state.QueryableStoreTypes;
4141
import org.apache.kafka.streams.state.ReadOnlyKeyValueStore;
42-
import org.junit.jupiter.api.Disabled;
4342
import org.junit.jupiter.api.Test;
4443

4544
import org.springframework.beans.factory.annotation.Autowired;
@@ -84,7 +83,6 @@
8483
@DirtiesContext
8584
@EmbeddedKafka(partitions = 1,
8685
topics = { "iqs-test-in", "iqs-test-out" })
87-
@Disabled
8886
class KafkaStreamsInteractiveQueryServiceTests {
8987

9088
public static final String IQS_TEST_IN = "iqs-test-in";

0 commit comments

Comments
 (0)