Skip to content

Commit

Permalink
[pkg/translator/jaeger] Skip flaky test TestProtoBatchesToInternalTra…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Jul 20, 2022
1 parent 47c181c commit aff2843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/translator/jaeger/jaegerproto_to_traces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ func TestSetInternalSpanStatus(t *testing.T) {
}

func TestProtoBatchesToInternalTraces(t *testing.T) {
t.Skip("skipping flaky test, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/12591")
batches := []*model.Batch{
{
Process: generateProtoProcess(),
Expand Down

0 comments on commit aff2843

Please sign in to comment.