Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
107739: cli: skip TestUnavailableZip r=lidorcarmel a=lidorcarmel

Epic: none
Fixes: cockroachdb#107738

Release note: None

Co-authored-by: Lidor Carmel <[email protected]>
  • Loading branch information
craig[bot] and lidorcarmel committed Jul 27, 2023
2 parents 4413ec7 + 22a0fd7 commit f2e63a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/zip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ create table defaultdb."../system"(x int);
func TestUnavailableZip(t *testing.T) {
defer leaktest.AfterTest(t)()

skip.WithIssue(t, 107738, "flaky")
skip.UnderShort(t)
// Race builds make the servers so slow that they report spurious
// unavailability.
Expand Down

0 comments on commit f2e63a4

Please sign in to comment.