Skip to content

Commit

Permalink
storage: skip TestPebbleMetricEventListener
Browse files Browse the repository at this point in the history
Informs #97843.
Release note: None.
Release justification: Non-production code changes.
  • Loading branch information
jbowens committed Mar 28, 2023
1 parent f807f94 commit dd0d2cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/storage/pebble_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/settings/cluster"
"github.com/cockroachdb/cockroach/pkg/storage/enginepb"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
Expand Down Expand Up @@ -463,6 +464,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 dd0d2cf

Please sign in to comment.