diff --git a/cmd/jaeger/internal/integration/kafka_test.go b/cmd/jaeger/internal/integration/kafka_test.go index 0b98d4b3b6c..757b52cdae1 100644 --- a/cmd/jaeger/internal/integration/kafka_test.go +++ b/cmd/jaeger/internal/integration/kafka_test.go @@ -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"}, }