Updates to set use-legacy-processing=true

This commit is contained in:
spencergibb
2020-08-11 11:27:41 -04:00
parent 9d0ee1428d
commit 131e94e4f6
3 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -1,3 +0,0 @@
spring:
sleuth:
enabled: false

View File

@@ -1,3 +1,5 @@
spring:
application:
name: disabledapplication
sleuth:
enabled: false