Skip to content

Commit 75b4150

Browse files
authored
test: Disable flaky KafkaReplicationIntegrationTest (#346)
#345 is to enable it again
1 parent 5522df7 commit 75b4150

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extras/queue-manager-replicated/tests/src/test/java/io/a2a/extras/queuemanager/replicated/tests/KafkaReplicationIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@
4141
import org.eclipse.microprofile.reactive.messaging.Channel;
4242
import org.eclipse.microprofile.reactive.messaging.Emitter;
4343
import org.junit.jupiter.api.BeforeEach;
44+
import org.junit.jupiter.api.Disabled;
4445
import org.junit.jupiter.api.Test;
4546

4647
/**
4748
* Integration test for Kafka replication functionality.
4849
* Tests the full A2A message flow with Kafka replication verification.
4950
*/
5051
@QuarkusTest
52+
@Disabled
5153
public class KafkaReplicationIntegrationTest {
5254

5355
@Inject

0 commit comments

Comments
 (0)