Skip to content

Commit

Permalink
ccl/backupccl: skip TestBackupRestoreSystemJobsProgress
Browse files Browse the repository at this point in the history
Refs: #68571

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
otan committed Aug 17, 2021
1 parent ecab37d commit 9bddee9
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 @@ -1589,6 +1589,7 @@ WHERE

func TestBackupRestoreSystemJobsProgress(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 68571, "flaky test")
defer log.Scope(t).Close(t)
defer jobs.TestingSetProgressThresholds()()

Expand Down

0 comments on commit 9bddee9

Please sign in to comment.