Skip to content

Commit

Permalink
add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
grcevski committed Feb 7, 2025
1 parent b52e176 commit 1260be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/traces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ func testHTTPTracesNestedCalls(t *testing.T) {
jaeger.Tag{Key: "server.port", Type: "int64", Value: float64(8082)},
jaeger.Tag{Key: "http.route", Type: "string", Value: "/echo"},
jaeger.Tag{Key: "span.kind", Type: "string", Value: "server"},
jaeger.Tag{Key: "span.metrics.skip", Type: "bool", Value: bool(true)},
)
assert.Empty(t, sd, sd.String())

Expand Down

0 comments on commit 1260be6

Please sign in to comment.