Skip to content

Commit 0a2a8cd

Browse files
[release/v1.33.x] Disable crash early jdk8 test (#11564)
Co-authored-by: Lauri Tulmin <[email protected]>
1 parent 2fc5d82 commit 0a2a8cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

smoke-tests/src/test/groovy/io/opentelemetry/smoketest/CrashEarlyJdk8Test.groovy

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import org.testcontainers.containers.output.Slf4jLogConsumer
1313
import org.testcontainers.containers.wait.strategy.Wait
1414
import org.testcontainers.utility.DockerImageName
1515
import org.testcontainers.utility.MountableFile
16+
import spock.lang.Ignore
1617
import spock.lang.IgnoreIf
1718
import spock.lang.Specification
1819

@@ -24,6 +25,12 @@ import static io.opentelemetry.smoketest.TestContainerManager.useWindowsContaine
2425
// java.lang.invoke.CallSite
2526
// This test verifies that such jvm does not crash with opentelemetry agent
2627
@IgnoreIf({ useWindowsContainers() })
28+
// com.github.dockerjava.api.exception.DockerClientException: Could not pull image: [DEPRECATION NOTICE]
29+
// Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default
30+
// and will be removed in an upcoming release. Suggest the author of docker.io/azul/zulu-openjdk:8u31
31+
// to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information
32+
// at https://docs.docker.com/go/deprecated-image-specs/
33+
@Ignore
2734
class CrashEarlyJdk8Test extends Specification {
2835
private static final Logger logger = LoggerFactory.getLogger(CrashEarlyJdk8Test)
2936

0 commit comments

Comments
 (0)