Skip to content

Commit

Permalink
Merge #99644
Browse files Browse the repository at this point in the history
99644: sqlccl: skip TestGCTenantJobWaitsForProtectedTimestamps r=rytaft a=rytaft

Skip flaky test.

Informs #94808

Release note: None

Co-authored-by: Rebecca Taft <becca@cockroachlabs.com>
  • Loading branch information
craig[bot] and rytaft committed Mar 27, 2023
2 parents 3c3d2a5 + 2efddd0 commit 20e41ff
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 20e41ff

Please sign in to comment.