Skip to content

Commit

Permalink
storage/metamorphic: skip TestPebbleEquivalence
Browse files Browse the repository at this point in the history
Skip TestPebbleEquivalence until cockroachdb#86102 is resolved.

Release note: None
  • Loading branch information
jbowens committed Aug 16, 2022
1 parent 33b343d commit 7f6691e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/metamorphic/meta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func TestPebbleEquivalence(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 86102)
skip.UnderRace(t)
runPebbleEquivalenceTest(t)
}
Expand Down

0 comments on commit 7f6691e

Please sign in to comment.