Something has changed with bootstrap config

This commit is contained in:
Marcin Grzejszczak
2020-08-07 12:15:57 +02:00
parent ce9e3aed82
commit bd7c25f341
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ import static org.assertj.core.api.Assertions.assertThat;
classes = TraceAutoConfigurationWithDisabledSleuthTests.Config.class)
@ActiveProfiles("disabled")
@ExtendWith(OutputCaptureExtension.class)
@DirtiesContext
public class TraceAutoConfigurationWithDisabledSleuthTests {
private static final Log log = LogFactory

View File

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

View File

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