Skip to content

Commit

Permalink
Skip flaky TestConcurrentTraceMapSize test (open-telemetry#10123)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed May 18, 2022
1 parent 1274b14 commit a50fdc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processor/tailsamplingprocessor/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func TestSequentialTraceMapSize(t *testing.T) {
}

func TestConcurrentTraceMapSize(t *testing.T) {
t.Skip("Flaky test, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9126")
_, batches := generateIdsAndBatches(210)
const maxSize = 100
var wg sync.WaitGroup
Expand Down

0 comments on commit a50fdc3

Please sign in to comment.