File tree 1 file changed +7
-0
lines changed
smoke-tests/src/test/groovy/io/opentelemetry/smoketest
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import org.testcontainers.containers.output.Slf4jLogConsumer
13
13
import org.testcontainers.containers.wait.strategy.Wait
14
14
import org.testcontainers.utility.DockerImageName
15
15
import org.testcontainers.utility.MountableFile
16
+ import spock.lang.Ignore
16
17
import spock.lang.IgnoreIf
17
18
import spock.lang.Specification
18
19
@@ -24,6 +25,12 @@ import static io.opentelemetry.smoketest.TestContainerManager.useWindowsContaine
24
25
// java.lang.invoke.CallSite
25
26
// This test verifies that such jvm does not crash with opentelemetry agent
26
27
@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
27
34
class CrashEarlyJdk8Test extends Specification {
28
35
private static final Logger logger = LoggerFactory . getLogger(CrashEarlyJdk8Test )
29
36
You can’t perform that action at this time.
0 commit comments