From 9bddee90710a4c14694bd14d04a926d20f6b6c1b Mon Sep 17 00:00:00 2001 From: Oliver Tan Date: Tue, 17 Aug 2021 21:11:14 +1000 Subject: [PATCH] ccl/backupccl: skip TestBackupRestoreSystemJobsProgress Refs: #68571 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None --- pkg/ccl/backupccl/backup_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ccl/backupccl/backup_test.go b/pkg/ccl/backupccl/backup_test.go index 7271836c1632..a2b555b88e6a 100644 --- a/pkg/ccl/backupccl/backup_test.go +++ b/pkg/ccl/backupccl/backup_test.go @@ -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()()