From 86430c50f11fe1d1dee33ee9d84b1d7579f77778 Mon Sep 17 00:00:00 2001 From: Arthur Silva Sens Date: Wed, 5 Feb 2025 16:58:24 -0300 Subject: [PATCH] Skip TestExportWithWALEnabled due to flakiness (#37719) Fixes #37715 cc @dashpole @pjanotti Signed-off-by: Arthur Silva Sens --- exporter/prometheusremotewriteexporter/wal_test.go | 1 + 1 file changed, 1 insertion(+) 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(),