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.
1 parent d864a16 commit 90b57edCopy full SHA for 90b57ed
src/test/java/com/rabbitmq/client/amqp/impl/ClusterTest.java
@@ -38,7 +38,7 @@
38
import org.junit.jupiter.params.ParameterizedTest;
39
import org.junit.jupiter.params.provider.EnumSource;
40
41
-// @TestUtils.DisabledIfNotCluster
+@TestUtils.DisabledIfNotCluster
42
public class ClusterTest {
43
44
static final BackOffDelayPolicy BACK_OFF_DELAY_POLICY = BackOffDelayPolicy.fixed(ofMillis(100));
0 commit comments