Skip to content

Commit 630f3ef

Browse files
authored
Disabled local test (#1407)
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent 62a8db3 commit 630f3ef

File tree

1 file changed

+3
-1
lines changed
  • integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test

1 file changed

+3
-1
lines changed

integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/LocalTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@
6060
import org.verifyica.api.util.TemporaryDirectory;
6161

6262
/**
63-
* LocalTest that verifies the functionality of the JMX Exporter code.
63+
* Local (non-Docker) test that verifies the functionality of the JMX Exporter code.
6464
*
6565
* <p>Implements multiple, simultaneous HTTP client requests to test the JMX Exporter.
6666
*/
67+
// Disabled as this test is not intended to be run as part of the regular test suite
68+
@Verifyica.Disabled
6769
public class LocalTest {
6870

6971
/** The number of clients to simulate. */

0 commit comments

Comments
 (0)