Skip to content

Commit f8871ba

Browse files
Disabled last test
1 parent fbaea3c commit f8871ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-cloud-sleuth-instrumentation/src/test/java/org/springframework/cloud/sleuth/instrument/messaging/TraceFunctionAroundWrapperTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ void test_tracing_with_consumer() {
135135
assertThat(tracer.spans.get(1).name).isEqualTo("greeter");
136136
}
137137

138-
@Disabled("TODO: don't we want to support this?")
139138
@Test
140139
void should_trace_when_reactive_mono_supplier() {
141140
FunctionRegistration<ReactiveMonoGreeter> registration = new FunctionRegistration<>(new ReactiveMonoGreeter(),
@@ -167,7 +166,7 @@ void should_trace_when_reactive_mono_function() {
167166
assertThat(tracer.spans.get(2).name).isEqualTo("send");
168167
}
169168

170-
@Disabled("TODO: don't we want to support this?")
169+
@Disabled("Cast exceptions in Spring Cloud Function")
171170
@Test
172171
void should_trace_when_reactive_mono_consumer() {
173172
ReactiveMonoGreeterConsumer consumer = new ReactiveMonoGreeterConsumer();
@@ -185,7 +184,6 @@ void should_trace_when_reactive_mono_consumer() {
185184
assertThat(tracer.spans.get(1).name).isEqualTo("greeter");
186185
}
187186

188-
@Disabled("TODO: don't we want to support this?")
189187
@Test
190188
void should_trace_when_reactive_flux_supplier() {
191189
FunctionRegistration<ReactiveFluxGreeter> registration = new FunctionRegistration<>(new ReactiveFluxGreeter(),

0 commit comments

Comments
 (0)