Skip to content

Commit

Permalink
Remove skip for OTLP_JSON
Browse files Browse the repository at this point in the history
Signed-off-by: joeyyy09 <menteharshith@gmail.com>
  • Loading branch information
joeyyy09 committed Sep 16, 2024
1 parent 8d1a955 commit dbb0f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/integration/kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestKafkaStorage(t *testing.T) {
skip string
}{
{encoding: "otlp_proto"},
{encoding: "otlp_json", skip: "not supported: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33627"},
{encoding: "otlp_json"},
{encoding: "jaeger_proto"},
{encoding: "jaeger_json"},
}
Expand Down

0 comments on commit dbb0f77

Please sign in to comment.