Skip to content

Commit

Permalink
[chore][exporter/datadog] Re-enable TestTraceExporter (open-telemetry…
Browse files Browse the repository at this point in the history
…#28827)

Re-enable TestTraceExporter.

Fixes
open-telemetry#27630

Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
  • Loading branch information
2 people authored and jmsnll committed Nov 12, 2023
1 parent 8dfbdf1 commit 9b3de77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/datadogexporter/traces_exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ func TestTracesSource(t *testing.T) {
}

func TestTraceExporter(t *testing.T) {
t.Skip("Flaky test on CI, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27630")
metricsServer := testutil.DatadogServerMock()
defer metricsServer.Close()

Expand Down Expand Up @@ -259,6 +258,7 @@ func TestTraceExporter(t *testing.T) {
},
IgnoreResources: []string{},
flushInterval: 0.1,
TraceBuffer: 2,
},
}

Expand Down

0 comments on commit 9b3de77

Please sign in to comment.