@ContextConfiguration(classes = Config, loader = SpringBootContextLoader)
-@IntegrationTest(["stubrunner.cloud.enabled=false", "stubrunner.camel.enabled=false"])
@AutoConfigureStubRunner
@DirtiesContext
@ActiveProfiles("test")
@@ -4648,7 +4647,15 @@ class StubRunnerConfigurationSpec extends Specification {
ids:
- org.springframework.cloud.contract.verifier.stubs:loanIssuance
- org.springframework.cloud.contract.verifier.stubs:fraudDetectionServer
- - org.springframework.cloud.contract.verifier.stubs:bootService
+ - org.springframework.cloud.contract.verifier.stubs:bootService
+ cloud:
+ enabled: false
+ camel:
+ enabled: false
+
+spring.cloud:
+ consul.enabled: false
+ service-registry.enabled: false