Skip to content

Commit f675ce0

Browse files
dmitryaxkentquirk
authored andcommitted
Skip flaky TestConcurrentTraceMapSize test (open-telemetry#10123)
1 parent 3f3a59e commit f675ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

processor/tailsamplingprocessor/processor_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ func TestSequentialTraceMapSize(t *testing.T) {
141141
}
142142

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

0 commit comments

Comments
 (0)