Skip to content

Commit 12432b9

Browse files
committed
Disable JSON test
1 parent 4214017 commit 12432b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/rabbitmq/stream/HostTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717

1818
import com.rabbitmq.stream.Host.ConnectionInfo;
1919
import java.util.List;
20+
import org.junit.jupiter.api.Disabled;
2021
import org.junit.jupiter.api.Test;
2122

2223
public class HostTest {
2324

2425
@Test
26+
@Disabled
2527
void deserializeConnectionInfo() {
2628
List<ConnectionInfo> connections =
2729
Host.toConnectionInfoList(LIST_STREAM_CONNECTIONS_JSON_OUTPUT);

0 commit comments

Comments
 (0)