We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3a59e commit f675ce0Copy full SHA for f675ce0
processor/tailsamplingprocessor/processor_test.go
@@ -141,6 +141,7 @@ func TestSequentialTraceMapSize(t *testing.T) {
141
}
142
143
func TestConcurrentTraceMapSize(t *testing.T) {
144
+ t.Skip("Flaky test, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9126")
145
_, batches := generateIdsAndBatches(210)
146
const maxSize = 100
147
var wg sync.WaitGroup
0 commit comments