Skip to content

Commit

Permalink
Merge #89193
Browse files Browse the repository at this point in the history
89193: cli: skip TestTenantZip r=andrewbaptist a=benbardin

Refs: #89192

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Ben Bardin <[email protected]>
  • Loading branch information
craig[bot] and benbardin committed Oct 4, 2022
2 parents 34f914a + b4a4b62 commit d270005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/zip_tenant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var _ = kvtenantccl.Connector{}
// TestTenantZip tests the operation of zip for a tenant server.
func TestTenantZip(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 89192, "flaky test")

skip.UnderRace(t, "test too slow under race")
tenantDir, tenantDirCleanupFn := testutils.TempDir(t)
Expand Down

0 comments on commit d270005

Please sign in to comment.