Skip to content

Commit

Permalink
backupccl: skip TestBackupRestoreSystemJobProgress under stressrace
Browse files Browse the repository at this point in the history
The test times out under stressrace.

Release note: None
  • Loading branch information
adityamaru committed Aug 16, 2021
1 parent dfe97af commit a0e8f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/ccl/backupccl/backup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,8 @@ func TestBackupRestoreSystemJobsProgress(t *testing.T) {
defer log.Scope(t).Close(t)
defer jobs.TestingSetProgressThresholds()()

skip.UnderStressRace(t, "test takes too long to run under stressrace")

checkFraction := func(ctx context.Context, ip inProgressState) error {
jobID, err := ip.latestJobID()
if err != nil {
Expand Down

0 comments on commit a0e8f2c

Please sign in to comment.