We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a8db3 commit 630f3efCopy full SHA for 630f3ef
integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/LocalTest.java
@@ -60,10 +60,12 @@
60
import org.verifyica.api.util.TemporaryDirectory;
61
62
/**
63
- * LocalTest that verifies the functionality of the JMX Exporter code.
+ * Local (non-Docker) test that verifies the functionality of the JMX Exporter code.
64
*
65
* <p>Implements multiple, simultaneous HTTP client requests to test the JMX Exporter.
66
*/
67
+// Disabled as this test is not intended to be run as part of the regular test suite
68
+@Verifyica.Disabled
69
public class LocalTest {
70
71
/** The number of clients to simulate. */
0 commit comments