Skip to content

Commit

Permalink
backupccl: skip TestBackupRestoreTenant
Browse files Browse the repository at this point in the history
Skip while we debug the timeouts in cockroachdb#107669.

Release note: None
  • Loading branch information
adityamaru committed Jul 27, 2023
1 parent c566dbc commit 3e87abe
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 @@ -6943,6 +6943,7 @@ func TestBackupRestoreInsideMultiPodTenant(t *testing.T) {
func TestBackupRestoreTenant(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 107669)

params := base.TestClusterArgs{ServerArgs: base.TestServerArgs{
Knobs: base.TestingKnobs{
Expand Down

0 comments on commit 3e87abe

Please sign in to comment.