Skip to content

Commit d35b2cf

Browse files
committed
Disable test
1 parent e16f1c1 commit d35b2cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/rabbitmq/client/test/functional/ConnectionRecovery.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import com.rabbitmq.client.test.BrokerTestCase;
2424
import com.rabbitmq.client.test.TestUtils;
2525
import com.rabbitmq.tools.Host;
26+
import org.junit.jupiter.api.Disabled;
2627
import org.junit.jupiter.api.Test;
2728

2829
import java.io.IOException;
@@ -367,6 +368,7 @@ private void testClientNamedQueueRecoveryWith(String q, boolean noWait) throws I
367368
}
368369

369370
// bug 26552
371+
@Disabled
370372
@Test public void clientNamedTransientAutoDeleteQueueAndBindingRecovery() throws IOException, InterruptedException, TimeoutException {
371373
String q = UUID.randomUUID().toString();
372374
String x = "tmp-fanout";

0 commit comments

Comments
 (0)