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 <[email protected]>
  • Loading branch information
songy23 and mx-psi committed Oct 31, 2023
1 parent 812d799 commit 39ace36
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 39ace36

Please sign in to comment.