Skip to content

Commit

Permalink
Merge pull request #106640 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-106631

release-23.1: statusccl: unskip testTenantRanges pagination
  • Loading branch information
zachlite authored Jul 12, 2023
2 parents ecfb0f2 + d9b1254 commit 36f7ff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ccl/serverccl/statusccl/tenant_status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,6 @@ func testTenantRangesRPC(_ context.Context, t *testing.T, helper serverccl.Tenan
})

t.Run("test tenant ranges pagination", func(t *testing.T) {
skip.UnderStressWithIssue(t, 92382)
ctx := context.Background()
resp1, err := tenantA.TenantRanges(ctx, &serverpb.TenantRangesRequest{
Limit: 1,
Expand Down

0 comments on commit 36f7ff3

Please sign in to comment.