made the tests less brittle; fixes gh-1439
This commit is contained in:
@@ -31,7 +31,6 @@ import brave.sampler.Sampler;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.awaitility.Awaitility;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import reactor.core.publisher.Mono;
|
||||
@@ -418,7 +417,6 @@ public class SleuthSpanCreatorAspectMonoTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void shouldReturnNewSpanFromTraceContextOuter() {
|
||||
Mono<Pair<Pair<Long, Long>, Long>> mono = this.testBeanOuter
|
||||
.outerNewSpanInTraceContext();
|
||||
@@ -467,7 +465,6 @@ public class SleuthSpanCreatorAspectMonoTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void shouldReturnNewSpanFromSubscriberContextOuter() {
|
||||
Mono<Pair<Pair<Long, Long>, Long>> mono = this.testBeanOuter
|
||||
.outerNewSpanInSubscriberContext();
|
||||
|
||||
Reference in New Issue
Block a user