We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 651b38d + c3f1cdb commit 707eadcCopy full SHA for 707eadc
src/test/java/com/rabbitmq/client/test/server/AbsentQueue.java
@@ -57,6 +57,10 @@ public class AbsentQueue extends ClusteredTestBase {
57
}
58
59
@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
+ }
64
waitPropagationInHa();
65
assertNotFound(new Task() {
66
public void run() throws IOException {
0 commit comments