Skip to content

Commit

Permalink
backupccl: skip TestBackupSharedProcessTenantNodeDown under deadlock
Browse files Browse the repository at this point in the history
Informs #132636

Release note: none
  • Loading branch information
msbutler committed Oct 21, 2024
1 parent d50ca11 commit bf824c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/backupccl/backup_tenant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func TestBackupSharedProcessTenantNodeDown(t *testing.T) {
ctx := context.Background()

skip.UnderRace(t, "multi-node, multi-tenant test too slow under race")
skip.UnderDeadlock(t, "too slow under deadlock detector")
params := base.TestClusterArgs{
ServerArgs: base.TestServerArgs{
DefaultTestTenant: base.TestControlsTenantsExplicitly,
Expand Down

0 comments on commit bf824c5

Please sign in to comment.