Skip to content

Commit bace6dd

Browse files
TylerHelmuthdmathieu
authored andcommitted
[chore] skip broken test (open-telemetry#39065)
open-telemetry#39064
1 parent 1d54cde commit bace6dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

exporter/datadogexporter/integrationtest/integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ func sendTracesComputeTopLevelBySpanKind(t *testing.T, endpoint string) {
452452
}
453453

454454
func TestIntegrationLogs(t *testing.T) {
455+
t.Skip("skipping test, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/39064")
455456
// 1. Set up mock Datadog server
456457
// See also https://github.com/DataDog/datadog-agent/blob/49c16e0d4deab396626238fa1d572b684475a53f/cmd/trace-agent/test/backend.go
457458
seriesRec := &testutil.HTTPRequestRecorderWithChan{Pattern: testutil.MetricV2Endpoint, ReqChan: make(chan []byte)}

exporter/datadogexporter/metrics_exporter_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ func Test_metricsExporter_PushMetricsData(t *testing.T) {
501501
}
502502

503503
func TestNewExporter_Zorkian(t *testing.T) {
504+
t.Skip("skipping test, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/39064")
504505
if isMetricExportV2Enabled() {
505506
require.NoError(t, enableZorkianMetricExport())
506507
defer require.NoError(t, enableNativeMetricExport())

0 commit comments

Comments
 (0)