Skip to content

Commit 6681e68

Browse files
committed
Run profiler smoke tests on jdk 11 & 17
1 parent 61d2d25 commit 6681e68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

smoke-tests/src/test/java/com/splunk/opentelemetry/ProfilerSmokeTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)