Skip to content

Commit 8273798

Browse files
committed
fix
1 parent ac9ab04 commit 8273798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/src/test/java/io/opentelemetry/smoketest/SecurityManagerSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected void configure(SmokeTestOptions<Integer> options) {
2424
}
2525

2626
@ParameterizedTest
27-
@ValueSource(ints = {8, 11, 17, 21, 23})
27+
@ValueSource(ints = {8, 11, 17, 21})
2828
void securityManagerSmokeTest(int jdk) {
2929
start(jdk);
3030
testing.waitAndAssertTraces(

0 commit comments

Comments
 (0)