Skip to content

Commit

Permalink
rename annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed May 17, 2024
1 parent 7669e3c commit c437955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
},
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@EnabledInNativeImage // see JvmMongodbSpringStarterSmokeTest for the JVM test
@RequiresDockerComposeEnvVariable
@RequiresDockerCompose
public class GraalVmNativeKafkaSpringStarterSmokeTest extends AbstractKafkaSpringStarterSmokeTest {}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
classes = {OtelSpringStarterSmokeTestApplication.class, SpringSmokeOtelConfiguration.class},
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@EnabledInNativeImage // see JvmMongodbSpringStarterSmokeTest for the JVM test
@RequiresDockerComposeEnvVariable
@RequiresDockerCompose
public class GraalVmNativeMongodbSpringStarterSmokeTest
extends AbstractMongodbSpringStarterSmokeTest {}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"Testcontainers does not work in some cases with GraalVM native images. "
+ "A container has to be started manually. "
+ "So, an environment variable is used to disable the test by default.")
public @interface RequiresDockerComposeEnvVariable {}
public @interface RequiresDockerCompose {}

0 comments on commit c437955

Please sign in to comment.