Skip to content

Commit

Permalink
[chore][internal/otelarrow] Unskip test (#34391)
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.-->
This reverts
#34362
as
#34260
was merged to resolve the test. The flakiness should be resolved so we
no longer need to skip this test.
  • Loading branch information
crobert-1 committed Aug 6, 2024
1 parent 094f95e commit e982922
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/otelarrow/compression/zstd/mru_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package zstd

import (
"runtime"
"testing"
"time"

Expand Down Expand Up @@ -64,10 +63,6 @@ func TestMRUPut(t *testing.T) {
}

func TestMRUReset(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("skipping test on Windows, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/34252")
}

defer resetTest()

var m mru[*gint]
Expand Down

0 comments on commit e982922

Please sign in to comment.