You're welcome Marcin

See ba15726c9a
This commit is contained in:
Oleg Zhurakousky
2020-10-26 08:34:23 +01:00
parent 6e306e594d
commit 6897ee47f8

View File

@@ -20,7 +20,6 @@ import java.util.function.Function;
import brave.Span;
import brave.test.TestSpanHandler;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -55,7 +54,6 @@ public class StreamFunctionAdapterTests {
OutputDestination outputDestination;
@Test
@Disabled("TODO: Waiting for Oleg to fix this")
void should_instrument_a_simple_message_to_message_function() {
assertThat(tracingChannelInterceptor).as("Ensure that we're doing instrumentation via function wrapper")
.isNull();