@ContextConfiguration(classes=org.springframework.cloud.sleuth.instrument.async.AsyncDisabledTests.ConfigureThreadPoolTaskScheduler.class) @TestPropertySource(properties="spring.sleuth.scheduled.enabled=false") public abstract class AsyncDisabledTests extends Object
| Constructor and Description |
|---|
AsyncDisabledTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
should_not_wrap_scheduler()
We can't check the type of the executor because sleuth will proxy it.
|
@Test
public void should_not_wrap_scheduler()
throws InterruptedException
InterruptedExceptionCopyright © 2023 Pivotal Software, Inc.. All rights reserved.