Skip to content

Commit 90b57ed

Browse files
committed
Add test condition
1 parent d864a16 commit 90b57ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/rabbitmq/client/amqp/impl/ClusterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import org.junit.jupiter.params.ParameterizedTest;
3939
import org.junit.jupiter.params.provider.EnumSource;
4040

41-
// @TestUtils.DisabledIfNotCluster
41+
@TestUtils.DisabledIfNotCluster
4242
public class ClusterTest {
4343

4444
static final BackOffDelayPolicy BACK_OFF_DELAY_POLICY = BackOffDelayPolicy.fixed(ofMillis(100));

0 commit comments

Comments
 (0)