diff --git a/smoke-tests-otel-starter/src/test/java/io/opentelemetry/smoketest/OtelSpringStarterDisabledSmokeTest.java b/smoke-tests-otel-starter/src/test/java/io/opentelemetry/smoketest/OtelSpringStarterDisabledSmokeTest.java index cc72943a608c..212b485bbc6f 100644 --- a/smoke-tests-otel-starter/src/test/java/io/opentelemetry/smoketest/OtelSpringStarterDisabledSmokeTest.java +++ b/smoke-tests-otel-starter/src/test/java/io/opentelemetry/smoketest/OtelSpringStarterDisabledSmokeTest.java @@ -16,7 +16,7 @@ OtelSpringStarterSmokeTest.TestConfiguration.class }, properties = {"otel.sdk.disabled=true"}) -@DisabledInNativeImage // Without this the native tests if the OtelSpringStarterSmokeTest class will +@DisabledInNativeImage // Without this the native tests in the OtelSpringStarterSmokeTest class will // fail with org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "TEST_TABLE" // already exists class OtelSpringStarterDisabledSmokeTest {