Skip to content

Commit a55b97f

Browse files
committed
Merge branch '4.3.x-stable'
Conflicts: src/test/java/com/rabbitmq/client/test/server/AbsentQueue.java
2 parents 4bad11b + e288093 commit a55b97f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/com/rabbitmq/client/test/server/AbsentQueue.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ public class AbsentQueue extends ClusteredTestBase {
5757
}
5858

5959
@Test public void notFound() throws Exception {
60+
if (!HATests.HA_TESTS_RUNNING) {
61+
// we don't care about this test in normal mode
62+
return;
63+
}
6064
waitPropagationInHa();
6165
assertNotFound(() -> channel.queueDeclare(Q, true, false, false, null));
6266
assertNotFound(() -> channel.queueDeclarePassive(Q));

0 commit comments

Comments
 (0)