diff --git a/integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/LocalTest.java b/integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/LocalTest.java index d041b21f..90c036b2 100644 --- a/integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/LocalTest.java +++ b/integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/LocalTest.java @@ -60,10 +60,12 @@ import org.verifyica.api.util.TemporaryDirectory; /** - * LocalTest that verifies the functionality of the JMX Exporter code. + * Local (non-Docker) test that verifies the functionality of the JMX Exporter code. * *
Implements multiple, simultaneous HTTP client requests to test the JMX Exporter. */ +// Disabled as this test is not intended to be run as part of the regular test suite +@Verifyica.Disabled public class LocalTest { /** The number of clients to simulate. */