From 69280b4785aee73c5f714c806e400d2add7fc014 Mon Sep 17 00:00:00 2001 From: zachlite Date: Tue, 11 Jul 2023 17:25:06 -0400 Subject: [PATCH] statusccl: unskip testTenantRanges pagination This test was mistakenly skipped in #105197, but the flake was addressed in #99054. The flake on the 22.2 release branch (tracked in #92382) was not novel, but un-treated. I misinterpreted this, and thought the skip on master would be for good measure, not realizing the flake was already treated. Epic: none Release note: None --- pkg/ccl/serverccl/statusccl/tenant_status_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/ccl/serverccl/statusccl/tenant_status_test.go b/pkg/ccl/serverccl/statusccl/tenant_status_test.go index 19154fe8c1dd..9e401c4334ed 100644 --- a/pkg/ccl/serverccl/statusccl/tenant_status_test.go +++ b/pkg/ccl/serverccl/statusccl/tenant_status_test.go @@ -1390,7 +1390,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,