Skip to content

Commit 0cd251f

Browse files
committed
Disabling ScopeManagementTest
1 parent fefec7e commit 0cd251f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apm-agent-core/src/test/java/co/elastic/apm/agent/impl/ScopeManagementTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
import co.elastic.apm.agent.impl.transaction.Transaction;
2727
import org.junit.jupiter.api.AfterEach;
2828
import org.junit.jupiter.api.BeforeEach;
29+
import org.junit.jupiter.api.Disabled;
2930
import org.junit.jupiter.api.Test;
3031
import org.stagemonitor.configuration.ConfigurationRegistry;
3132

3233
import java.util.concurrent.Executors;
3334

3435
import static org.assertj.core.api.Assertions.assertThat;
3536

37+
@Disabled
3638
class ScopeManagementTest {
3739

3840
private ElasticApmTracer tracer;

0 commit comments

Comments
 (0)