Skip to content

Commit

Permalink
[chore][exporter/elasticsearch] Re-enable exporter test on Windows (o…
Browse files Browse the repository at this point in the history
…pen-telemetry#33434)


**Link to tracking Issue:** open-telemetry#10178 open-telemetry#14759

Co-authored-by: Curtis Robert <crobert@splunk.com>
  • Loading branch information
carsonip and crobert-1 authored Jun 7, 2024
1 parent d1bef49 commit 2c993b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions exporter/elasticsearchexporter/exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ import (
)

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

t.Run("publish with success", func(t *testing.T) {
rec := newBulkRecorder()
server := newESTestServer(t, func(docs []itemRequest) ([]itemResponse, error) {
Expand Down Expand Up @@ -454,10 +450,6 @@ func TestExporterLogs(t *testing.T) {
}

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

t.Run("publish with success", func(t *testing.T) {
rec := newBulkRecorder()
server := newESTestServer(t, func(docs []itemRequest) ([]itemResponse, error) {
Expand Down

0 comments on commit 2c993b0

Please sign in to comment.