Updates to set use-legacy-processing=true
This commit is contained in:
@@ -37,6 +37,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
@SpringBootTest(
|
||||
// WebEnvironment.NONE will not read a Yaml profile
|
||||
webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
|
||||
properties = { "spring.config.use-legacy-processing=true" },
|
||||
classes = TraceAutoConfigurationWithDisabledSleuthTests.Config.class)
|
||||
@ActiveProfiles("disabled")
|
||||
@ExtendWith(OutputCaptureExtension.class)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
spring:
|
||||
sleuth:
|
||||
enabled: false
|
||||
@@ -1,3 +1,5 @@
|
||||
spring:
|
||||
application:
|
||||
name: disabledapplication
|
||||
sleuth:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user