We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefec7e commit 0cd251fCopy full SHA for 0cd251f
apm-agent-core/src/test/java/co/elastic/apm/agent/impl/ScopeManagementTest.java
@@ -26,13 +26,15 @@
26
import co.elastic.apm.agent.impl.transaction.Transaction;
27
import org.junit.jupiter.api.AfterEach;
28
import org.junit.jupiter.api.BeforeEach;
29
+import org.junit.jupiter.api.Disabled;
30
import org.junit.jupiter.api.Test;
31
import org.stagemonitor.configuration.ConfigurationRegistry;
32
33
import java.util.concurrent.Executors;
34
35
import static org.assertj.core.api.Assertions.assertThat;
36
37
+@Disabled
38
class ScopeManagementTest {
39
40
private ElasticApmTracer tracer;
0 commit comments