Skip to content

Commit

Permalink
backupccl: skip TestBackupRestoreAppend under deadlock
Browse files Browse the repository at this point in the history
These tests are likely to time out.

Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart committed Jan 18, 2024
1 parent c33d303 commit ee030ba
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 @@ -552,6 +552,7 @@ func TestBackupRestoreAppend(t *testing.T) {
defer log.Scope(t).Close(t)

skip.UnderStress(t, "test is too large to run under stress")
skip.UnderDeadlock(t, "test is too large to run under deadlock")
skip.UnderRace(t, "test is too large to run under race")

const numAccounts = 1000
Expand Down

0 comments on commit ee030ba

Please sign in to comment.