Skip to content

Commit

Permalink
Merge pull request #99736 from jbowens/22.1-15634a5
Browse files Browse the repository at this point in the history
release-22.1: storage: skip TestPebbleMetricEventListener
  • Loading branch information
jbowens authored Mar 28, 2023
2 parents 35ca309 + dd0d2cf commit 4da18e6
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 4da18e6

Please sign in to comment.