From 0b350a53ff971694d1290e2341803561719b7909 Mon Sep 17 00:00:00 2001 From: Doug Hoard Date: Wed, 30 Oct 2024 00:08:16 -0400 Subject: [PATCH] Update AbstractExporterTest.java Signed-off-by: Doug Hoard --- .../io/prometheus/jmx/test/common/AbstractExporterTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/common/AbstractExporterTest.java b/integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/common/AbstractExporterTest.java index 32c24d9e..c8cbcfce 100644 --- a/integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/common/AbstractExporterTest.java +++ b/integration_test_suite/integration_tests/src/test/java/io/prometheus/jmx/test/common/AbstractExporterTest.java @@ -47,7 +47,7 @@ public abstract class AbstractExporterTest * * @return the Stream of test environments */ - @Verifyica.ArgumentSupplier(parallelism = 4) + @Verifyica.ArgumentSupplier // (parallelism = 4) public static Stream arguments() { Collection collection = new ArrayList<>();