Skip to content

Commit

Permalink
@ignore testDeleteExchange
Browse files Browse the repository at this point in the history
Currently incompatible with a 3.7.x broker.
  • Loading branch information
garyrussell committed Mar 7, 2018
1 parent 8fc94eb commit 3dba703
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

import org.junit.After;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;

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

@Test
@Ignore // incompatible with 3.7 broker and current hop client
public void testDeleteExchange() {
String exchangeName = "testExchange";
Exchange testExchange = new DirectExchange(exchangeName);
Expand Down

0 comments on commit 3dba703

Please sign in to comment.