Skip to content

Commit

Permalink
disable startApplication in test
Browse files Browse the repository at this point in the history
  • Loading branch information
n0tl3ss committed Dec 5, 2024
1 parent 78f57bd commit 7c0f4b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import jakarta.inject.Inject
import jakarta.inject.Singleton
import spock.lang.Specification

@MicronautTest
@MicronautTest(startApplication = false)
@Property(name="micronaut.metrics.export.oraclecloud.enabled", value = "false")
@Property(name="spec.name", value = "OracleCloudMonitorClientEndpointSpec")
class OracleCloudMonitorClientEndpointSpec extends Specification {
Expand Down

0 comments on commit 7c0f4b9

Please sign in to comment.