Skip to content

Commit 5fde123

Browse files
committed
Disalbe KafkaStreamsInteractiveQueryServiceTests temporarily
Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
1 parent 93fb16a commit 5fde123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import org.apache.kafka.streams.state.HostInfo;
3939
import org.apache.kafka.streams.state.QueryableStoreTypes;
4040
import org.apache.kafka.streams.state.ReadOnlyKeyValueStore;
41+
import org.junit.jupiter.api.Disabled;
4142
import org.junit.jupiter.api.Test;
4243

4344
import org.springframework.beans.factory.annotation.Autowired;
@@ -85,6 +86,7 @@
8586
@DirtiesContext
8687
@EmbeddedKafka(partitions = 1,
8788
topics = { "iqs-test-in", "iqs-test-out" })
89+
@Disabled
8890
class KafkaStreamsInteractiveQueryServiceTests {
8991

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

0 commit comments

Comments
 (0)