made the tests less brittle; fixes gh-1439

This commit is contained in:
Marcin Grzejszczak
2019-09-10 08:57:50 +02:00
parent ff85bf31e4
commit d4baa732be

View File

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