Something has changed with bootstrap config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
spring:
|
||||
sleuth:
|
||||
enabled: false
|
||||
@@ -1,5 +1,3 @@
|
||||
spring:
|
||||
application:
|
||||
name: foo
|
||||
sleuth:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user