File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
smoke-tests/src/test/java/com/splunk/opentelemetry Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,18 @@ public static class TestJdk17 extends ProfilerSmokeTest {
8989 }
9090 }
9191
92+ public static class TestJdk21 extends ProfilerSmokeTest {
93+ TestJdk21 () {
94+ super ("21" );
95+ }
96+ }
97+
98+ public static class TestJdk25 extends ProfilerSmokeTest {
99+ TestJdk25 () {
100+ super ("25" );
101+ }
102+ }
103+
92104 @ BeforeAll
93105 void setupEnvironment () {
94106 containerManager = SmokeTest .createContainerManager ();
Original file line number Diff line number Diff line change @@ -75,6 +75,18 @@ public static class TestJdk17 extends SnapshotProfilerSmokeTest {
7575 }
7676 }
7777
78+ public static class TestJdk21 extends SnapshotProfilerSmokeTest {
79+ TestJdk21 () {
80+ super ("21" );
81+ }
82+ }
83+
84+ public static class TestJdk25 extends SnapshotProfilerSmokeTest {
85+ TestJdk25 () {
86+ super ("25" );
87+ }
88+ }
89+
7890 @ BeforeAll
7991 void setupEnvironment () {
8092 containerManager = SmokeTest .createContainerManager ();
You can’t perform that action at this time.
0 commit comments