Skip to content

Commit 3e87abe

Browse files
committed
backupccl: skip TestBackupRestoreTenant
Skip while we debug the timeouts in cockroachdb#107669. Release note: None
1 parent c566dbc commit 3e87abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ccl/backupccl/backup_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6943,6 +6943,7 @@ func TestBackupRestoreInsideMultiPodTenant(t *testing.T) {
69436943
func TestBackupRestoreTenant(t *testing.T) {
69446944
defer leaktest.AfterTest(t)()
69456945
defer log.Scope(t).Close(t)
6946+
skip.WithIssue(t, 107669)
69466947

69476948
params := base.TestClusterArgs{ServerArgs: base.TestServerArgs{
69486949
Knobs: base.TestingKnobs{

0 commit comments

Comments
 (0)