Skip to content

Commit e8edd8e

Browse files
authored
Disable sporadically failing test (#878)
1 parent 0ddf1de commit e8edd8e

File tree

1 file changed

+4
-0
lines changed
  • static-instrumenter/agent-instrumenter/src/integrationTest/java

1 file changed

+4
-0
lines changed

static-instrumenter/agent-instrumenter/src/integrationTest/java/JarTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import java.nio.charset.StandardCharsets;
1414
import java.nio.file.Path;
1515
import java.util.concurrent.TimeUnit;
16+
import org.junit.jupiter.api.Disabled;
1617
import org.junit.jupiter.api.Test;
1718
import org.junit.jupiter.api.io.TempDir;
1819

@@ -27,6 +28,9 @@ final class JarTest {
2728
@TempDir public Path outPath;
2829

2930
@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
3034
void testSampleJar() throws Exception {
3135

3236
Path agentPath = Path.of(System.getProperty("agent"));

0 commit comments

Comments
 (0)