Skip to content

Commit

Permalink
Enable back test for groupbytrace processor (#1363)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored Oct 23, 2020
1 parent d927812 commit 0c70bea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions processor/groupbytraceprocessor/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,10 +635,6 @@ func TestSplitByTraceWithNilTraceID(t *testing.T) {
}

func TestErrorOnProcessResourceSpansContinuesProcessing(t *testing.T) {
// Skip it, this is failing on Windows. Bug submitted:
// https://github.com/open-telemetry/opentelemetry-collector/issues/1923
t.SkipNow()

// prepare
config := Config{
WaitDuration: time.Second, // we are not waiting for this whole time
Expand Down

0 comments on commit 0c70bea

Please sign in to comment.