File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
smoke-tests/src/test/java/com/splunk/opentelemetry Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,12 @@ public static class TestJdk8 extends ProfilerSmokeTest {
7777 }
7878 }
7979
80- @ Ignore
8180 public static class TestJdk11 extends ProfilerSmokeTest {
8281 TestJdk11 () {
8382 super ("11" );
8483 }
8584 }
8685
87- @ Ignore
8886 public static class TestJdk17 extends ProfilerSmokeTest {
8987 TestJdk17 () {
9088 super ("17" );
@@ -276,6 +274,7 @@ private void startPetclinic() {
276274 "-javaagent:/" + TestContainerManager .TARGET_AGENT_FILENAME ,
277275 "-Dotel.resource.attributes=service.name=smoketest,deployment.environment=smokeytown" ,
278276 "-Dotel.javaagent.debug=true" ,
277+ "-Dotel.logs.exporter=none" ,
279278 "-Dsplunk.profiler.enabled=true" ,
280279 "-Dsplunk.profiler.memory.enabled=true" ,
281280 "-Dsplunk.profiler.directory=/app/jfr" ,
You can’t perform that action at this time.
0 commit comments