diff --git a/exporter/awsxrayexporter/awsxray_test.go b/exporter/awsxrayexporter/awsxray_test.go index 5743c97e1826..a3425aae9c14 100644 --- a/exporter/awsxrayexporter/awsxray_test.go +++ b/exporter/awsxrayexporter/awsxray_test.go @@ -67,6 +67,7 @@ func TestXrayAndW3CSpanTraceResourceExtraction(t *testing.T) { } func TestW3CSpanTraceResourceExtraction(t *testing.T) { + t.Skip("Flaky test, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/9255") td := constructW3CSpanData() logger, _ := zap.NewProduction() assert.Len(t, extractResourceSpans(generateConfig(), logger, td), 0, "0 spans have xray trace id") @@ -116,6 +117,7 @@ func constructSpanData() pdata.Traces { return traces } +// nolint:unused func constructW3CSpanData() pdata.Traces { resource := constructResource() traces := pdata.NewTraces()