Skip to content

Commit

Permalink
Update smoke-tests-otel-starter/src/test/java/io/opentelemetry/smoket…
Browse files Browse the repository at this point in the history
…est/OtelSpringStarterDisabledSmokeTest.java

Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
trask and laurit authored Feb 27, 2024
1 parent fdba51a commit a98a2c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a98a2c2

Please sign in to comment.