Skip to content

Commit

Permalink
[chore] Remove skip flaky test for tailsamplingprocessor (#23852)
Browse files Browse the repository at this point in the history
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.--> Run 20 times the
GitHub Action on my personal branch, there were no test failures. See
the files:

[Tailsamplingprocessor-FlakyTest-.10205.xlsx](https://github.com/open-telemetry/opentelemetry-collector-contrib/files/11911095/Tailsamplingprocessor-FlakyTest-.10205.xlsx)


**Link to tracking Issue:** <Issue number if applicable>
[10205](#10205)

**Testing:** tailsamplingprocessor/processor_test.go

---------

Co-authored-by: Alex Boten <[email protected]>
Co-authored-by: zeno-splunk <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2023
1 parent 96c78dc commit a8b2317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion processor/tailsamplingprocessor/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func TestSequentialTraceArrival(t *testing.T) {
}

func TestConcurrentTraceArrival(t *testing.T) {
t.Skip("Flaky Test - See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/10205")
traceIds, batches := generateIdsAndBatches(128)

var wg sync.WaitGroup
Expand Down

0 comments on commit a8b2317

Please sign in to comment.