Skip to content

Commit 707eadc

Browse files
committed
Merge branch '4.0.x-stable' into 4.1.x-stable
2 parents 651b38d + c3f1cdb commit 707eadc

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 IOException, InterruptedException {
60+
if (!HATests.HA_TESTS_RUNNING) {
61+
// we don't care about this test in normal mode
62+
return;
63+
}
6064
waitPropagationInHa();
6165
assertNotFound(new Task() {
6266
public void run() throws IOException {

0 commit comments

Comments
 (0)