diff --git a/pkg/ccl/backupccl/backup_test.go b/pkg/ccl/backupccl/backup_test.go index 9b3aacabcb46..3e458b1a6391 100644 --- a/pkg/ccl/backupccl/backup_test.go +++ b/pkg/ccl/backupccl/backup_test.go @@ -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 {