Skip to content

Commit 85a49da

Browse files
committed
Disable dynamic receiver test for now
1 parent 75e177f commit 85a49da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/rabbitmq/client/amqp/impl/ClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ void connectionClosing() {
402402

403403
@Test
404404
@BrokerVersionAtLeast(RABBITMQ_4_1_0)
405+
@Disabled
405406
void dynamicReceiver() throws Exception {
406407
try (Client client = client()) {
407408
org.apache.qpid.protonj2.client.Connection c1 = connection(client);

0 commit comments

Comments
 (0)