Skip to content

Commit

Permalink
Merge pull request #88046 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.2-87850

release-22.2: ccl/backupccl: skip TestBackupWorkerFailure
  • Loading branch information
msbutler authored Sep 16, 2022
2 parents d548265 + bfdc309 commit aac413c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/backupccl/backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8447,6 +8447,7 @@ func TestBackupOnlyPublicIndexes(t *testing.T) {

func TestBackupWorkerFailure(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 64773, "flaky test")
defer log.Scope(t).Close(t)

allowResponse := make(chan struct{})
Expand Down

0 comments on commit aac413c

Please sign in to comment.