Skip to content

Commit 3dba703

Browse files
committed
@ignore testDeleteExchange
Currently incompatible with a 3.7.x broker.
1 parent 8fc94eb commit 3dba703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-rabbit/src/test/java/org/springframework/amqp/rabbit/core/RabbitManagementTemplateTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
import org.junit.After;
3434
import org.junit.ClassRule;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637

3738
import org.springframework.amqp.core.Binding;
@@ -208,6 +209,7 @@ public void testSpecificQueue() throws Exception {
208209
}
209210

210211
@Test
212+
@Ignore // incompatible with 3.7 broker and current hop client
211213
public void testDeleteExchange() {
212214
String exchangeName = "testExchange";
213215
Exchange testExchange = new DirectExchange(exchangeName);

0 commit comments

Comments
 (0)