We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4214017 commit 12432b9Copy full SHA for 12432b9
src/test/java/com/rabbitmq/stream/HostTest.java
@@ -17,11 +17,13 @@
17
18
import com.rabbitmq.stream.Host.ConnectionInfo;
19
import java.util.List;
20
+import org.junit.jupiter.api.Disabled;
21
import org.junit.jupiter.api.Test;
22
23
public class HostTest {
24
25
@Test
26
+ @Disabled
27
void deserializeConnectionInfo() {
28
List<ConnectionInfo> connections =
29
Host.toConnectionInfoList(LIST_STREAM_CONNECTIONS_JSON_OUTPUT);
0 commit comments