From 97de8755e0836177354d262df5bd4f1519d58042 Mon Sep 17 00:00:00 2001 From: Tim Quinn Date: Fri, 24 Jan 2025 11:50:14 -0600 Subject: [PATCH] Avoid cross-test config contamination in `microprofile/telemetry` tests (#9685) * Avoid cross-test config contamination * Remove exclusion of test from Windows --- microprofile/telemetry/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/microprofile/telemetry/pom.xml b/microprofile/telemetry/pom.xml index b66d1c6cf93..a4fceaed216 100644 --- a/microprofile/telemetry/pom.xml +++ b/microprofile/telemetry/pom.xml @@ -147,7 +147,26 @@ ${otel.bsp.schedule.delay} + false + + **/AgentDetectorTest.java + + + + + + agent-detector-tests + + test + + + + **/AgentDetectorTest.java +