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 0ddf1de commit e8edd8eCopy full SHA for e8edd8e
static-instrumenter/agent-instrumenter/src/integrationTest/java/JarTest.java
@@ -13,6 +13,7 @@
13
import java.nio.charset.StandardCharsets;
14
import java.nio.file.Path;
15
import java.util.concurrent.TimeUnit;
16
+import org.junit.jupiter.api.Disabled;
17
import org.junit.jupiter.api.Test;
18
import org.junit.jupiter.api.io.TempDir;
19
@@ -27,6 +28,9 @@ final class JarTest {
27
28
@TempDir public Path outPath;
29
30
@Test
31
+ // TODO this test fails sporadically and is causing CI to fail often
32
+ // https://github.com/open-telemetry/opentelemetry-java-contrib/issues/877
33
+ @Disabled
34
void testSampleJar() throws Exception {
35
36
Path agentPath = Path.of(System.getProperty("agent"));
0 commit comments