Skip to content

Commit

Permalink
storage: skip TestPebbleMetricEventListener
Browse files Browse the repository at this point in the history
Informs cockroachdb#97843.
Release note: None.
Release justification: Non-production code changes.
  • Loading branch information
jbowens committed Mar 27, 2023
1 parent 3f113fc commit 15634a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/pebble_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ func TestPebbleSeparatorSuccessor(t *testing.T) {

func TestPebbleMetricEventListener(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 97843, "flaky test")
defer log.Scope(t).Close(t)
ctx := context.Background()

Expand Down

0 comments on commit 15634a5

Please sign in to comment.