Skip to content

Commit

Permalink
sqlccl: skip TestGCTenantJobWaitsForProtectedTimestamps
Browse files Browse the repository at this point in the history
Skip flaky test.

Informs #94808

Release note: None
  • Loading branch information
rytaft committed Mar 27, 2023
1 parent 2bd2c80 commit 2efddd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/testccl/sqlccl/tenant_gc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2efddd0

Please sign in to comment.