Skip to content

Commit

Permalink
kv/kvserver: skip TestProtectedTimestamps
Browse files Browse the repository at this point in the history
It's flaky and failing very frequently.

Epic: none
Release note: None
  • Loading branch information
renatolabs committed Dec 16, 2022
1 parent 89a9bd1 commit 987af01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/client_protectedts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import (
func TestProtectedTimestamps(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 93497, "flaky test")
ctx := context.Background()

// This test is too slow to run with race.
Expand Down

0 comments on commit 987af01

Please sign in to comment.