Skip to content

Commit 784e10e

Browse files
committed
oops
no idea how we managed to miss that during testing
1 parent 2b0e7b5 commit 784e10e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/src/com/rabbitmq/examples/TestMain.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,10 @@ public static void runConnectionNegotiationTest(final String hostName, final int
122122

123123
//should succeed IF the highest version supported by the
124124
//server is a version supported by this client
125+
/* TODO: re-enable this test once the client speaks 0-9-1
125126
conn = new TestConnectionFactory(100, 0, hostName, portNumber).newConnection();
126127
conn.close();
128+
*/
127129

128130
ConnectionFactory factory;
129131
factory = new ConnectionFactory();

0 commit comments

Comments
 (0)