diff --git a/exporter/prometheusremotewriteexporter/wal_test.go b/exporter/prometheusremotewriteexporter/wal_test.go index db4c41c91c1c..dbdf62906939 100644 --- a/exporter/prometheusremotewriteexporter/wal_test.go +++ b/exporter/prometheusremotewriteexporter/wal_test.go @@ -160,6 +160,7 @@ func TestWAL_persist(t *testing.T) { } func TestExportWithWALEnabled(t *testing.T) { + t.Skip("skipping test, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/37715") cfg := &Config{ WAL: &WALConfig{ Directory: t.TempDir(),