Skip to content

Commit

Permalink
kvfollowerreadsccl: skip test under race not stressrace
Browse files Browse the repository at this point in the history
Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart authored and wenyihu6 committed Feb 21, 2024
1 parent d7bb30a commit 021eae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/kvccl/kvfollowerreadsccl/followerreads_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ func TestSecondaryTenantFollowerReadsRouting(t *testing.T) {
defer log.Scope(t).Close(t)
defer utilccl.TestingEnableEnterprise()()

skip.UnderStressRace(t, "times out")
skip.UnderRace(t, "times out")
skip.UnderDeadlock(t)

for _, testCase := range []struct {
Expand Down

0 comments on commit 021eae1

Please sign in to comment.