Skip to content

Commit 76353c8

Browse files
committed
fix
1 parent dc6312a commit 76353c8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

smoke-tests-otel-starter/spring-boot-3.2/src/test/java/io/opentelemetry/spring/smoketest/OtelSpringStarterSmokeTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ void restClient() {
4141
.body(String.class))
4242
.isEqualTo("pong");
4343

44-
// ignore the trace for creating the db table
45-
await()
46-
.until(
47-
() ->
48-
testing.getExportedSpans().stream()
49-
.anyMatch(span -> span.getKind() == SpanKind.SERVER));
50-
5144
testing.waitAndAssertTraces(
5245
traceAssert ->
5346
traceAssert.hasSpansSatisfyingExactly(

0 commit comments

Comments
 (0)