From 2efddd02bf4bc86cb60b4d0ee3871c6a7a7d4539 Mon Sep 17 00:00:00 2001 From: Rebecca Taft Date: Mon, 27 Mar 2023 08:24:55 -0500 Subject: [PATCH] sqlccl: skip TestGCTenantJobWaitsForProtectedTimestamps Skip flaky test. Informs #94808 Release note: None --- pkg/ccl/testccl/sqlccl/tenant_gc_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ccl/testccl/sqlccl/tenant_gc_test.go b/pkg/ccl/testccl/sqlccl/tenant_gc_test.go index a8f76ed677e3..479e24f12b5f 100644 --- a/pkg/ccl/testccl/sqlccl/tenant_gc_test.go +++ b/pkg/ccl/testccl/sqlccl/tenant_gc_test.go @@ -469,6 +469,7 @@ func TestGCTableOrIndexWaitsForProtectedTimestamps(t *testing.T) { func TestGCTenantJobWaitsForProtectedTimestamps(t *testing.T) { defer leaktest.AfterTest(t)() defer log.Scope(t).Close(t) + skip.WithIssue(t, 94808) defer gcjob.SetSmallMaxGCIntervalForTest()() ctx := context.Background()