diff --git a/agent/agent-gc-monitor/gc-monitor-tests/src/test/java/com/microsoft/gcmonitortests/VariousCollectorsTest.java b/agent/agent-gc-monitor/gc-monitor-tests/src/test/java/com/microsoft/gcmonitortests/VariousCollectorsTest.java index b4c8ca4001..d61ccc55db 100644 --- a/agent/agent-gc-monitor/gc-monitor-tests/src/test/java/com/microsoft/gcmonitortests/VariousCollectorsTest.java +++ b/agent/agent-gc-monitor/gc-monitor-tests/src/test/java/com/microsoft/gcmonitortests/VariousCollectorsTest.java @@ -34,6 +34,7 @@ void testParallel() throws Exception { } @Test + // see https://github.com/microsoft/ApplicationInsights-Java/pull/3878#issuecomment-2431980712 @EnabledForJreRange(max = JAVA_17) void testG1() throws Exception { testGc("-XX:+UseG1GC", 50);