Skip to content

Commit

Permalink
ccl/kvccl/kvfollowerreadsccl: skip TestSecondaryTenantFollowerReadsRo…
Browse files Browse the repository at this point in the history
…uting

Refs: #95338

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
pav-kv committed Feb 15, 2023
1 parent 5455e9e commit 30b2b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/kvccl/kvfollowerreadsccl/followerreads_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ func TestFollowerReadsWithStaleDescriptor(t *testing.T) {
// where it needs to be estimated using node localities.
func TestSecondaryTenantFollowerReadsRouting(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 95338, "flaky test")
defer utilccl.TestingEnableEnterprise()()

skip.UnderStressRace(t, "times out")
Expand Down

0 comments on commit 30b2b3f

Please sign in to comment.