Skip to content

Commit f2e63a4

Browse files
craig[bot]Lidor Carmel
andcommitted
107739: cli: skip TestUnavailableZip r=lidorcarmel a=lidorcarmel Epic: none Fixes: cockroachdb#107738 Release note: None Co-authored-by: Lidor Carmel <[email protected]>
2 parents 4413ec7 + 22a0fd7 commit f2e63a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cli/zip_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ create table defaultdb."../system"(x int);
298298
func TestUnavailableZip(t *testing.T) {
299299
defer leaktest.AfterTest(t)()
300300

301+
skip.WithIssue(t, 107738, "flaky")
301302
skip.UnderShort(t)
302303
// Race builds make the servers so slow that they report spurious
303304
// unavailability.

0 commit comments

Comments
 (0)