There was an error while loading. Please reload this page.
1 parent b2a4dc4 commit 5be1521Copy full SHA for 5be1521
apm-agent-core/src/test/java/co/elastic/apm/agent/metrics/builtin/AgentOverheadMetricsTest.java
@@ -27,6 +27,7 @@
27
import co.elastic.apm.agent.util.ExecutorUtils;
28
import com.sun.management.ThreadMXBean;
29
import org.junit.jupiter.api.BeforeEach;
30
+import org.junit.jupiter.api.Disabled;
31
import org.junit.jupiter.api.Test;
32
import org.junit.jupiter.params.ParameterizedTest;
33
import org.junit.jupiter.params.provider.ValueSource;
@@ -69,6 +70,7 @@ public void setUp() {
69
70
}
71
72
@Test
73
+ @Disabled("due to flakyness")
74
public void checkCpuMetrics() throws InterruptedException {
75
//make sure that the OS provides a value for cpuLoad
76
awaitNonZeroProcessCpuLoad();
0 commit comments