Skip to content

Commit

Permalink
Skip TestExportWithWALEnabled due to flakiness (#37719)
Browse files Browse the repository at this point in the history
Fixes #37715

cc @dashpole @pjanotti

Signed-off-by: Arthur Silva Sens <[email protected]>
  • Loading branch information
ArthurSens authored Feb 5, 2025
1 parent 95d50af commit 86430c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/prometheusremotewriteexporter/wal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 86430c5

Please sign in to comment.